svn commit: r497446 - head/games/sdlpop
Mark Linimon
linimon at FreeBSD.org
Sun Mar 31 20:46:05 UTC 2019
Author: linimon
Date: Sun Mar 31 20:46:04 2019
New Revision: 497446
URL: https://svnweb.freebsd.org/changeset/ports/497446
Log:
Mark as NOT_FOR big-endian architectures per powerpc64 errorlog.
Approved by: portmgr (tier-2 blanket)
Modified:
head/games/sdlpop/Makefile
Modified: head/games/sdlpop/Makefile
==============================================================================
--- head/games/sdlpop/Makefile Sun Mar 31 20:45:47 2019 (r497445)
+++ head/games/sdlpop/Makefile Sun Mar 31 20:46:04 2019 (r497446)
@@ -12,6 +12,9 @@ COMMENT= Open-source port of Prince of Persia
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/../doc/gpl-3.0.txt
+NOT_FOR_ARCHS= powerpc powerpc64 powerpcspe sparc64
+NOT_FOR_ARCHS_REASON= SDLPoP-1.18.1/src/types.h:54:2: This program is not (yet) prepared for big endian CPUs, please contact the author.
+
USES= cmake localbase:ldflags
USE_GITHUB= yes
More information about the svn-ports-head
mailing list