diff options
author | adamw <adamw@FreeBSD.org> | 2014-09-10 04:14:25 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-09-10 04:14:25 +0800 |
commit | 0c574c2f822333af199f0a4659b4b691ab708fc1 (patch) | |
tree | 42e268be7a5123ede6d4f1def2ce63c74b7128c9 /lang | |
parent | bcff53b6b072fc9b1c13d32325f5af20edd416cd (diff) | |
download | freebsd-ports-gnome-0c574c2f822333af199f0a4659b4b691ab708fc1.tar.gz freebsd-ports-gnome-0c574c2f822333af199f0a4659b4b691ab708fc1.tar.zst freebsd-ports-gnome-0c574c2f822333af199f0a4659b4b691ab708fc1.zip |
Fix build on 8 and 9.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/angelscript/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/angelscript/Makefile b/lang/angelscript/Makefile index cfc244419e6b..04746ba16bd1 100644 --- a/lang/angelscript/Makefile +++ b/lang/angelscript/Makefile @@ -14,7 +14,7 @@ LICENSE= ZLIB MAKEFILE= makefile MAKE_ARGS= LOCAL=${STAGEDIR}${PREFIX} -USES= gmake zip +USES= gmake zip compiler:c++0x USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/sdk/angelscript/projects/gnuc/ |