diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-11-07 07:52:17 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-11-07 07:52:17 +0800 |
commit | 00a7f38fa8fa7442fbb3aed69b039dd216640f3c (patch) | |
tree | 05a9e3d6bf08fee687f979912661a84be94aa1d5 /games | |
parent | c41a90a41831b3c296ba59bfaba155ea06e13b20 (diff) | |
download | freebsd-ports-gnome-00a7f38fa8fa7442fbb3aed69b039dd216640f3c.tar.gz freebsd-ports-gnome-00a7f38fa8fa7442fbb3aed69b039dd216640f3c.tar.zst freebsd-ports-gnome-00a7f38fa8fa7442fbb3aed69b039dd216640f3c.zip |
Add compiler:c++11-lang to USES to fix linking with boost.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'games')
-rw-r--r-- | games/wesnoth/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 996def3f8e75..bbeb3550967e 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -15,8 +15,6 @@ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to link: schema_validator.cpp: undefined reference to boost::match_results - LIB_DEPENDS= libfreetype.so:print/freetype2 \ libvorbisfile.so:audio/libvorbis \ libboost_thread.so:devel/boost-libs \ @@ -27,7 +25,8 @@ LDFLAGS+= -L${LOCALBASE}/lib -lboost_system PORTSCOUT= limitw:1,even -USES= cmake:outsource cpe pkgconfig python:2.7,run readline:port shebangfix ssl tar:bzip2 +USES= cmake:outsource compiler:c++11-lang cpe pkgconfig \ + python:2.7,run readline:port shebangfix ssl tar:bzip2 USE_SDL= image2 mixer2 ttf2 USE_LDCONFIG= yes USE_GNOME= cairo pango |