Date: Tue, 9 Sep 2014 20:14:25 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367773 - head/lang/angelscript Message-ID: <201409092014.s89KEPhN065567@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Tue Sep 9 20:14:25 2014 New Revision: 367773 URL: http://svnweb.freebsd.org/changeset/ports/367773 QAT: https://qat.redports.org/buildarchive/r367773/ Log: Fix build on 8 and 9. Modified: head/lang/angelscript/Makefile Modified: head/lang/angelscript/Makefile ============================================================================== --- head/lang/angelscript/Makefile Tue Sep 9 19:45:14 2014 (r367772) +++ head/lang/angelscript/Makefile Tue Sep 9 20:14:25 2014 (r367773) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409092014.s89KEPhN065567>