- Switch to more correct way of avoiding C++11 related build errors, by specifying older c++ standard

This commit is contained in:
Dmitry Marakasov 2019-06-20 19:16:20 +00:00
parent 31ffc398f3
commit d840198946
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504732

View File

@ -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