diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-18 09:10:17 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-18 09:10:17 +0000 |
commit | c77e244c6ec59303df01c5277fc48adcb637829f (patch) | |
tree | be76257b5baa9360c27fd00e6472f4bbda1e0831 | |
parent | - Add LICENSE (diff) |
Fix build on powerpc64.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=480001
-rw-r--r-- | games/arx-libertatis/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/arx-libertatis/Makefile b/games/arx-libertatis/Makefile index f78190e34956..e8a40595bb44 100644 --- a/games/arx-libertatis/Makefile +++ b/games/arx-libertatis/Makefile @@ -23,6 +23,7 @@ USE_GL= gl glew LLD_UNSAFE= yes CMAKE_ARGS= -DDATA_DIR=arx \ -DSTRICT_USE=ON +CFLAGS_powerpc64+= -mminimal-toc SUB_FILES= pkg-message |