diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-09 13:16:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-09 13:16:49 +0000 |
commit | 9d79e7b1469f6887d302e13ce7c67c54408a2453 (patch) | |
tree | 263754af5ddd95f1ad55b06c101378a0cf71009b /games/darkplaces | |
parent | a0e384abe8236d5d12c69354d90c0de5342f7efb (diff) | |
download | ports-9d79e7b1469f6887d302e13ce7c67c54408a2453.tar.gz ports-9d79e7b1469f6887d302e13ce7c67c54408a2453.zip |
Notes
Diffstat (limited to 'games/darkplaces')
-rw-r--r-- | games/darkplaces/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/darkplaces/Makefile b/games/darkplaces/Makefile index 4f600400e918..117b3ca569a4 100644 --- a/games/darkplaces/Makefile +++ b/games/darkplaces/Makefile @@ -41,10 +41,6 @@ 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="" |