- Switch to more correct way of avoiding C++11 related build errors, by specifying older c++ standard
This commit is contained in:
parent
c2c28c4d54
commit
050d3e5ea8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504197
1 changed files with 2 additions and 4 deletions
|
@ -12,14 +12,12 @@ DISTNAME= KoboDeluxe-${DISTVERSION}
|
|||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= SDL port of the scrolling game XKobo
|
||||
|
||||
USES= compiler tar:bzip2
|
||||
USES= tar:bzip2
|
||||
USE_SDL= image sdl
|
||||
USE_CXXSTD= c++98
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --sharedstatedir=${SCOREDIR} --enable-oss
|
||||
|
||||
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
|
||||
CXXFLAGS_clang= -Wno-reserved-user-defined-literal
|
||||
|
||||
SCOREDIR= /var/games/${PORTNAME}
|
||||
|
||||
SUB_FILES= pkg-deinstall pkg-install
|
||||
|
|
Loading…
Reference in a new issue