aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-06-17 20:15:21 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-06-17 20:15:21 +0000
commit23df8cd3e3878b4df3c2fd715e2a59ec719fd711 (patch)
tree20dc46ea8d3b5494216fc447b8d1ac8b07deee38 /games
parentb009b041e5ced9849a3a5919016ce83fa9aafd88 (diff)
downloadports-23df8cd3e3878b4df3c2fd715e2a59ec719fd711.tar.gz
ports-23df8cd3e3878b4df3c2fd715e2a59ec719fd711.zip
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
/usr/local/lib/libgraphite2.so.3: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8' While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=539494
Diffstat (limited to 'games')
-rw-r--r--games/cdogs-sdl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/cdogs-sdl/Makefile b/games/cdogs-sdl/Makefile
index 0bc9e128baa0..426711030c03 100644
--- a/games/cdogs-sdl/Makefile
+++ b/games/cdogs-sdl/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= games
MAINTAINER= swills@FreeBSD.org
COMMENT= Classic overhead run-and-gun game
-USES= cmake sdl pkgconfig gnome
+USES= cmake compiler:c++11-lang gnome pkgconfig sdl
USE_SDL= sdl2 image2 mixer2
USE_GNOME= gtk30