Fix cut-and-paste error that broke the build.
Pointy hat to: linimon
This commit is contained in:
parent
d5081cda01
commit
524345a6d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480798
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ USE_GL= gl glu
|
|||
USE_SDL= sdl
|
||||
LLD_UNSAFE= yes
|
||||
|
||||
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
|
||||
CXXFLAGS_clang= -Wno-c++11-narrowing
|
||||
CFLAGS+= ${CFLAGS_${CHOSEN_COMPILER_TYPE}}
|
||||
CFLAGS_clang= -Wno-c++11-narrowing
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
|
|
Loading…
Reference in a new issue