diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-09-30 20:44:19 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-31 00:37:05 +0000 |
commit | bbab7f59e9630416397189df70ec133bdd690e38 (patch) | |
tree | 2ebb595d5a675fda686781b56ea08f80b933cb61 /games/sdlpop/Makefile | |
parent | a1bc4fbdf378334c7c39521ab236318c53f27441 (diff) | |
download | ports-bbab7f59e9630416397189df70ec133bdd690e38.tar.gz ports-bbab7f59e9630416397189df70ec133bdd690e38.zip |
Diffstat (limited to 'games/sdlpop/Makefile')
-rw-r--r-- | games/sdlpop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/sdlpop/Makefile b/games/sdlpop/Makefile index 6ebe490a12e4..618c03814fe1 100644 --- a/games/sdlpop/Makefile +++ b/games/sdlpop/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/NagyD/SDLPoP LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../COPYING -NOT_FOR_ARCHS= powerpc powerpc64 powerpcspe sparc64 +NOT_FOR_ARCHS= powerpc powerpc64 powerpcspe 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 sdl |