diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/blobby/Makefile | 3 | ||||
-rw-r--r-- | games/frogatto/Makefile | 2 | ||||
-rw-r--r-- | games/trigger-rally/Makefile | 2 | ||||
-rw-r--r-- | games/violetland/Makefile | 5 |
4 files changed, 6 insertions, 6 deletions
diff --git a/games/blobby/Makefile b/games/blobby/Makefile index 670d6c5c8e23..ceec14a5b164 100644 --- a/games/blobby/Makefile +++ b/games/blobby/Makefile @@ -15,7 +15,6 @@ COMMENT= Official continuation of the famous Blobby Volley 1.x game LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to build: cc1plus: unrecognized command line option "-std=c++11" NOT_FOR_ARCHS= aarch64 NOT_FOR_ARCHS_REASON= fails to compile: I can't tell what endian-ness to use for your architecture @@ -23,7 +22,7 @@ LIB_DEPENDS= libphysfs.so:devel/physfs BUILD_DEPENDS= zip:archivers/zip \ ${LOCALBASE}/include/boost/crc.hpp:devel/boost-libs -USES= cmake dos2unix localbase:ldflags pkgconfig +USES= cmake compiler:c++11-lang dos2unix localbase:ldflags pkgconfig DOS2UNIX_REGEX= .*\.(c|h|cpp) CMAKE_ARGS= -DDATADIR:PATH="${DATADIR}" WRKSRC= ${WRKDIR}/blobby-${PORTVERSION} diff --git a/games/frogatto/Makefile b/games/frogatto/Makefile index ae26cb947278..baaa613b2bb1 100644 --- a/games/frogatto/Makefile +++ b/games/frogatto/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ USE_GITHUB= yes GH_ACCOUNT= frogatto -USES= gmake pkgconfig dos2unix +USES= compiler:c++11-lang dos2unix gmake pkgconfig ALL_TARGET= game server USE_GL= glew glu USE_SDL= sdl image mixer ttf diff --git a/games/trigger-rally/Makefile b/games/trigger-rally/Makefile index df4af0f81aff..aaad02d6231c 100644 --- a/games/trigger-rally/Makefile +++ b/games/trigger-rally/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libphysfs.so:devel/physfs LIB_DEPENDS+= libalut.so:audio/freealut WRKSRC_SUBDIR= src -USES= gmake openal:al,alut +USES= compiler:c++11-lang gmake openal:al,alut USE_SDL= sdl2 image2 USE_GL= glu gl glew MAKEFILE= GNUmakefile diff --git a/games/violetland/Makefile b/games/violetland/Makefile index ee01b01a9a7b..40e5c8c60020 100644 --- a/games/violetland/Makefile +++ b/games/violetland/Makefile @@ -20,13 +20,14 @@ USE_GITHUB= yes GH_ACCOUNT= ooxi GH_TUPLE= jarro2783:CMake-Gettext:6ee6405:cmakegettext/lib/CMake-Gettext -USES= cmake gettext +USES= cmake compiler:c++11-lang gettext USE_SDL= sdl mixer image ttf USE_GL= gl glu CMAKE_ARGS= -DDATA_INSTALL_DIR="${DATADIR}" \ -DLOCALE_INSTALL_DIR="${PREFIX}/share/locale" -CXXFLAGS+= -Wno-c++11-narrowing +CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} +CXXFLAGS_clang= -Wno-c++11-narrowing PORTDOCS= * PORTDATA= * |