diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-05-12 13:01:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-05-12 13:01:55 +0000 |
commit | bcc65a4ce3151c9191efd1434070c32f0d4b90ec (patch) | |
tree | d7aa135b16bf9d044c226e628c388cc4f42dbf9c /games/xonotic | |
parent | e4414d088b16a86919c77c00990de7b4006ea967 (diff) | |
download | ports-bcc65a4ce3151c9191efd1434070c32f0d4b90ec.tar.gz ports-bcc65a4ce3151c9191efd1434070c32f0d4b90ec.zip |
Notes
Diffstat (limited to 'games/xonotic')
-rw-r--r-- | games/xonotic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile index 9faab3d8c5ff..320fde43edfd 100644 --- a/games/xonotic/Makefile +++ b/games/xonotic/Makefile @@ -26,7 +26,8 @@ MAKEFILE= BSDmakefile MAKE_ARGS= DP_FS_BASEDIR="${DATADIR}" \ DP_PRELOAD_DEPENDENCIES=yes \ CFLAGS_LIBJPEG="-I${LOCALBASE}/include -DLINK_TO_LIBJPEG" \ - OPTIM_RELEASE="${CFLAGS} -fno-strict-aliasing -funroll-loops" + OPTIM_RELEASE="${CFLAGS} -fno-strict-aliasing -funroll-loops" \ + STRIP="${STRIP_CMD}" MAKE_JOBS_UNSAFE=yes ALL_TARGET= # BINARIES= # |