mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix build with GCC-based architectures.
PR: 232129 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
cf8d277db0
commit
ff9e099a05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483330
1 changed files with 2 additions and 3 deletions
|
@ -15,13 +15,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
|
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
|
||||||
|
|
||||||
USES= gmake localbase
|
USES= gl gmake localbase
|
||||||
|
USE_CXXSTD= c++98
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_SDL= image sdl
|
USE_SDL= image sdl
|
||||||
USE_GL= gl glu
|
USE_GL= gl glu
|
||||||
|
|
||||||
CXXFLAGS+= -Wno-c++11-narrowing
|
|
||||||
|
|
||||||
PLIST_FILES= bin/toycars \
|
PLIST_FILES= bin/toycars \
|
||||||
bin/toycars_track_editor \
|
bin/toycars_track_editor \
|
||||||
bin/toycars_vehicle_editor
|
bin/toycars_vehicle_editor
|
||||||
|
|
Loading…
Add table
Reference in a new issue