aboutsummaryrefslogtreecommitdiff
path: root/games/toycars
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-10-28 19:41:53 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-10-28 19:41:53 +0000
commitff9e099a05bf69f7f96e9aac229afa5609d922d6 (patch)
treef536eb88b905bc9a198cf4317fa04f8e03332e99 /games/toycars
parentcf8d277db0fe4b6c38fb4ae3a4fbf749682dd7de (diff)
downloadports-ff9e099a05bf69f7f96e9aac229afa5609d922d6.tar.gz
ports-ff9e099a05bf69f7f96e9aac229afa5609d922d6.zip
Fix build with GCC-based architectures.
PR: 232129 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=483330
Diffstat (limited to 'games/toycars')
-rw-r--r--games/toycars/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/toycars/Makefile b/games/toycars/Makefile
index 257f3db479e8..8ba2fa2125bf 100644
--- a/games/toycars/Makefile
+++ b/games/toycars/Makefile
@@ -15,13 +15,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
-USES= gmake localbase
+USES= gl gmake localbase
+USE_CXXSTD= c++98
GNU_CONFIGURE= yes
USE_SDL= image sdl
USE_GL= gl glu
-CXXFLAGS+= -Wno-c++11-narrowing
-
PLIST_FILES= bin/toycars \
bin/toycars_track_editor \
bin/toycars_vehicle_editor