diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2009-10-08 16:23:32 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2009-10-08 16:23:32 +0000 |
commit | 5069921fc9adb1ff860ee4a6ef0ae7f027b1cfe6 (patch) | |
tree | 6c370c481349b2e7e105cfcfb94b70a006cf0d7f /games/nexuiz/Makefile | |
parent | 128e18b463998d9419f5a8c46b85001d67ce1620 (diff) | |
download | ports-5069921fc9adb1ff860ee4a6ef0ae7f027b1cfe6.tar.gz ports-5069921fc9adb1ff860ee4a6ef0ae7f027b1cfe6.zip |
Notes
Diffstat (limited to 'games/nexuiz/Makefile')
-rw-r--r-- | games/nexuiz/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nexuiz/Makefile b/games/nexuiz/Makefile index cead9392ef06..e620a87e9d77 100644 --- a/games/nexuiz/Makefile +++ b/games/nexuiz/Makefile @@ -23,7 +23,8 @@ USE_ZIP= yes WRKSRC= ${WRKDIR}/Nexuiz/sources/darkplaces MAKEFILE= BSDmakefile MAKE_ARGS= DP_FS_BASEDIR="${DATADIR}" CC="${CC}" \ - DP_PRELOAD_DEPENDENCIES=yes \ + DP_PRELOAD_DEPENDENCIES=yes DP_LINK_TO_LIBJPEG=yes \ + CFLAGS_LIBJPEG="-I${LOCALBASE}/include" \ OPTIM_RELEASE="${CFLAGS} -fno-strict-aliasing -funroll-loops" ALL_TARGET= # |