- Switch to more correct way of avoiding C++11 related build errors, by specifying older c++ standard
This commit is contained in:
parent
31ffc398f3
commit
d840198946
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504732
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue