From ff9e099a05bf69f7f96e9aac229afa5609d922d6 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 28 Oct 2018 19:41:53 +0000 Subject: [PATCH] Fix build with GCC-based architectures. PR: 232129 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) --- games/toycars/Makefile | 5 ++--- 1 file 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