svn commit: r386150 - head/games/darkplaces
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue May 12 13:52:07 UTC 2015
Author: amdmi3
Date: Tue May 12 13:52:06 2015
New Revision: 386150
URL: https://svnweb.freebsd.org/changeset/ports/386150
Log:
- Fix build on < 10.x
Approved by: portmgr blanket
Modified:
head/games/darkplaces/Makefile
Modified: head/games/darkplaces/Makefile
==============================================================================
--- head/games/darkplaces/Makefile Tue May 12 13:08:04 2015 (r386149)
+++ head/games/darkplaces/Makefile Tue May 12 13:52:06 2015 (r386150)
@@ -38,6 +38,10 @@ SERVER_DESC= Build dedicated server
.include <bsd.port.options.mk>
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
+USE_GCC= yes # internal compiler error on base gcc
+.endif
+
.if ${PORT_OPTIONS:MGLX} || ${PORT_OPTIONS:MSDL}
USE_GL= glu
PLIST_SUB+= CLIENT=""
More information about the svn-ports-all
mailing list