svn commit: r514521 - head/games/endless-sky
Mark Linimon
linimon at FreeBSD.org
Tue Oct 15 13:01:52 UTC 2019
Author: linimon
Date: Tue Oct 15 13:01:51 2019
New Revision: 514521
URL: https://svnweb.freebsd.org/changeset/ports/514521
Log:
Fix build on GCC-based systems:
cc1plus: error: unrecognized command line option "-std=c++11"
Approved by: portmgr (tier-2 blanket)
Modified:
head/games/endless-sky/Makefile
Modified: head/games/endless-sky/Makefile
==============================================================================
--- head/games/endless-sky/Makefile Tue Oct 15 12:53:25 2019 (r514520)
+++ head/games/endless-sky/Makefile Tue Oct 15 13:01:51 2019 (r514521)
@@ -18,7 +18,7 @@ LIB_DEPENDS= libpng.so:graphics/png \
USE_GITHUB= yes
-USES= compiler:c++11-lib gl gnome jpeg localbase:ldflags openal scons sdl xorg
+USES= compiler:c++11-lang gl gnome jpeg localbase:ldflags openal scons sdl xorg
USE_SDL= sdl2
USE_GL= gl glew
INSTALLS_ICONS= yes
More information about the svn-ports-all
mailing list