From 4acd325f4f938e755a60f9bf8acccebcfd06a3e5 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Tue, 12 Nov 2019 09:04:07 -0800 Subject: gis/geos: Make sure geos compiles under current. --- gis/geos/geos.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gis') diff --git a/gis/geos/geos.SlackBuild b/gis/geos/geos.SlackBuild index 1b4887a189..b5354ce3c1 100644 --- a/gis/geos/geos.SlackBuild +++ b/gis/geos/geos.SlackBuild @@ -70,7 +70,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS -std=c++11" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib$LIBDIRSUFFIX \ -- cgit v1.2.3