pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/sdlpop
Module Name: pkgsrc
Committed By: nia
Date: Sat May 4 10:09:13 UTC 2024
Modified Files:
pkgsrc/games/sdlpop: Makefile
Log Message:
sdlpop: Refuses to compile on big endian platforms
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/games/sdlpop/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/sdlpop/Makefile
diff -u pkgsrc/games/sdlpop/Makefile:1.13 pkgsrc/games/sdlpop/Makefile:1.14
--- pkgsrc/games/sdlpop/Makefile:1.13 Sat Apr 6 08:05:37 2024
+++ pkgsrc/games/sdlpop/Makefile Sat May 4 10:09:13 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2024/04/06 08:05:37 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2024/05/04 10:09:13 nia Exp $
DISTNAME= sdlpop-1.22
PKGREVISION= 8
@@ -21,6 +21,11 @@ MAKE_FLAGS= CC=${CC:Q}
CFLAGS+= -DPKGSRC_DATA_PATH="\"${PREFIX}/share/sdlpop/\""
+.include "../../mk/bsd.fast.prefs.mk"
+# "#error This program is not (yet) prepared for big endian CPUs,
+# please contact the author."
+NOT_FOR_PLATFORM+= ${BIGENDIANPLATFORMS}
+
INSTALLATION_DIRS+= bin
INSTALLATION_DIRS+= share/applications
INSTALLATION_DIRS+= share/doc/sdlpop
Home |
Main Index |
Thread Index |
Old Index