aboutsummaryrefslogtreecommitdiff
path: root/games/powder
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-06-20 19:16:20 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-06-20 19:16:20 +0000
commitd84019894634bc92066dd9acf8f50efd6c081c21 (patch)
tree8523590fde18128542c4e8c59cffe9ce2b8cfe71 /games/powder
parent31ffc398f340513575c0912250b3dfa33b04c63d (diff)
downloadports-d84019894634bc92066dd9acf8f50efd6c081c21.tar.gz
ports-d84019894634bc92066dd9acf8f50efd6c081c21.zip
- Switch to more correct way of avoiding C++11 related build errors, by specifying older c++ standard
Notes
Notes: svn path=/head/; revision=504732
Diffstat (limited to 'games/powder')
-rw-r--r--games/powder/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/powder/Makefile b/games/powder/Makefile
index 656851c74336..067a712d2db6 100644
--- a/games/powder/Makefile
+++ b/games/powder/Makefile
@@ -12,15 +12,13 @@ DISTNAME= ${PORTNAME}${PORTVERSION}_src
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Graphical dungeon crawling game
-USES= compiler gmake
+USES= gmake
USE_SDL= sdl
+USE_CXXSTD= c++98
MAKE_JOBS_UNSAFE=yes
BUILD_WRKSRC= ${WRKSRC}/port/linux
-CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
-CXXFLAGS_clang= -Wno-c++11-narrowing
-
PLIST_FILES= bin/powder
PORTDOCS= README.TXT LICENSE.TXT CREDITS.TXT