svn commit: r367773 - head/lang/angelscript

Adam Weinberger adamw at FreeBSD.org
Tue Sep 9 20:14:26 UTC 2014


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/


More information about the svn-ports-head mailing list