mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
-Wno-error=narrowing is also supported by Clang, so make it unconditional.
Reported by: jbeich Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
9ac682b64b
commit
f6978f12e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486059
@ -25,8 +25,7 @@ GNU_CONFIGURE= yes
|
||||
LLD_UNSAFE= yes
|
||||
CONFIGURE_ARGS= --disable-nls # no translations ATM
|
||||
USE_SDL= sdl2
|
||||
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
|
||||
CXXFLAGS_powerpc64= -Wno-error=narrowing
|
||||
CXXFLAGS+= -Wno-error=narrowing
|
||||
CXXFLAGS_clang= -Wno-c++11-narrowing
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
|
Loading…
Reference in New Issue
Block a user