diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-05-03 21:06:51 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-05-03 21:06:51 +0000 |
commit | 922dee671e2e111408aede429ebf504e03c94cc6 (patch) | |
tree | 5bfa656790b7b4a3ad060d826ccb3804b9d8794f /games/eduke32 | |
parent | 2324ce8be9e5285ce168f5c633c20b47616814d5 (diff) |
These ports now build on aarch64.
Where necessary, pet portlint.
Approved by: portmgr
Obtained from: aarch64 TRYBROKEN run
Notes
Notes:
svn path=/head/; revision=500752
Diffstat (limited to 'games/eduke32')
-rw-r--r-- | games/eduke32/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index b464b5efaaa0..790d9fbefdcf 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -24,8 +24,6 @@ LICENSE_FILE_BUILDLIC= ${WRKSRC}/source/build/buildlic.txt LICENSE_FILE_GPLv2= ${WRKSRC}/source/duke3d/gpl-2.0.txt LICENSE_PERMS_BUILDLIC= dist-mirror pkg-mirror auto-accept -BROKEN_aarch64= fails to compile: polymost.cpp:2403:18: non-constant-expression cannot be narrowed from type 'long' to 'int32_t' (aka 'int') in initializer list - LIB_DEPENDS= libFLAC.so:audio/flac \ libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis \ |