aboutsummaryrefslogtreecommitdiff
path: root/games/eduke32
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-19 06:36:37 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-19 06:36:37 +0000
commit73f128faa2e70d3ae7b7da1eda1253c34d1b714b (patch)
treef1f55c335b7f8029fb960479bc3f8a4bd0d01611 /games/eduke32
parent88ada844d2e82ba1d9c50b5fc300be7a6d7b8afc (diff)
downloadports-73f128faa2e70d3ae7b7da1eda1253c34d1b714b.tar.gz
ports-73f128faa2e70d3ae7b7da1eda1253c34d1b714b.zip
Allow to build on sparc64 and powerpc.
Notes
Notes: svn path=/head/; revision=459398
Diffstat (limited to 'games/eduke32')
-rw-r--r--games/eduke32/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile
index 3cb5c2fb6fe1..08bbda4dd89e 100644
--- a/games/eduke32/Makefile
+++ b/games/eduke32/Makefile
@@ -29,7 +29,6 @@ LIB_DEPENDS= libFLAC.so:audio/flac \
libpng.so:graphics/png
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
-BROKEN_sparc64= fails to compile
USES= gmake pkgconfig tar:xz
USE_GL= gl glu
@@ -48,6 +47,8 @@ PORTEXAMPLES= *
OPTIONS_DEFINE= EXAMPLES GCC HRP OFFENSIVE SHAREWARE VOXEL
OPTIONS_DEFINE_i386= ASM
OPTIONS_DEFAULT_i386= ASM
+OPTIONS_DEFAULT_powerpc= GCC
+OPTIONS_DEFAULT_sparc64= GCC
ASM_BUILD_DEPENDS= nasm:devel/nasm
ASM_MAKE_ARGS_OFF= NOASM=1