mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Switch to more correct way of avoiding C++11 related build errors
This commit is contained in:
parent
1ca50b8565
commit
cd985b20f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493531
@ -16,13 +16,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
BROKEN_armv6= fails to compile: use of overloaded operator '<<' is ambiguous
|
||||
BROKEN_armv7= fails to compile: use of overloaded operator '<<' is ambiguous
|
||||
|
||||
USES= compiler gmake
|
||||
USES= gmake sdl
|
||||
USE_SDL= sdl
|
||||
USE_CXXSTD= c++98
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
|
||||
CXXFLAGS_clang= -Wno-c++11-narrowing
|
||||
|
||||
CONFIGURE_ARGS= --localstatedir=/var/games
|
||||
|
||||
PORTSCOUT= skipv:0.301,0.310,0.311,0.401,0.410,0.420,0.430
|
||||
|
Loading…
Reference in New Issue
Block a user