diff options
author | linimon <linimon@FreeBSD.org> | 2018-12-25 19:15:44 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-12-25 19:15:44 +0800 |
commit | ee3eb640cfc1e23c9c22acb4191de30abc055c0c (patch) | |
tree | f55ee10159071cd54a230025534fe3d6c7727ba5 /games | |
parent | 78c21a779b2ba7b99d4c9d57ef01e4f4a69f65cd (diff) | |
download | freebsd-ports-gnome-ee3eb640cfc1e23c9c22acb4191de30abc055c0c.tar.gz freebsd-ports-gnome-ee3eb640cfc1e23c9c22acb4191de30abc055c0c.tar.zst freebsd-ports-gnome-ee3eb640cfc1e23c9c22acb4191de30abc055c0c.zip |
Add compiler:c++11-lang to USES to fix building these ports on GCC-based
architectures.
Reported by: jhibbits
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'games')
-rw-r--r-- | games/alephone/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/alephone/Makefile b/games/alephone/Makefile index 2588833b85c2..6d27bb8abcc1 100644 --- a/games/alephone/Makefile +++ b/games/alephone/Makefile @@ -13,7 +13,7 @@ COMMENT= The open source version of Bungie's Marathon game BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs -USES= gmake localbase pkgconfig tar:bzip2 +USES= compiler:c++11-lang gmake localbase pkgconfig tar:bzip2 USE_CXXSTD= gnu++98 USE_SDL= image net sdl ttf USE_GL= yes |