aboutsummaryrefslogtreecommitdiff
path: root/games/opensurge
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-01-19 20:56:41 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-01-19 20:56:41 +0000
commit228b41d4aa2bcad4898153536dfd62b23d474c64 (patch)
tree26b206eed39da710fd202ca2bd7164b95e6fd231 /games/opensurge
parent75df7962ece89d6003e2a9b846056cacc654fefe (diff)
downloadports-228b41d4aa2bcad4898153536dfd62b23d474c64.tar.gz
ports-228b41d4aa2bcad4898153536dfd62b23d474c64.zip
games/opensurge: fix build on GCC architectures
C++11 compiler is needed for OpenAL: /usr/local/lib/libopenal.so: undefined reference to `std::overflow_error::overflow_error(char const*)@GLIBCXX_3.4.21' MFH: 2020Q1 (fix build blanket)
Notes
Notes: svn path=/head/; revision=523594
Diffstat (limited to 'games/opensurge')
-rw-r--r--games/opensurge/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/opensurge/Makefile b/games/opensurge/Makefile
index 8db80829c6a6..ea24e5923bd0 100644
--- a/games/opensurge/Makefile
+++ b/games/opensurge/Makefile
@@ -28,7 +28,7 @@ LIB_DEPENDS= libalfont.so:x11-fonts/alfont \
WRKSRC= ${WRKDIR}/${PORTNAME}-src-build${SVN_REV}
-USES= cmake dos2unix gnome localbase openal:soft
+USES= cmake compiler:c++11-lang dos2unix gnome localbase openal:soft
DOS2UNIX_GLOB= *.bg *.brk *.grp *.inc *.lev *.lng *.obj *.qst *.spr *.txt
PORTDOCS= readme.html