diff options
Diffstat (limited to 'gis/geos')
-rw-r--r-- | gis/geos/geos.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gis/geos/geos.SlackBuild b/gis/geos/geos.SlackBuild index 1b4887a18976..b5354ce3c11c 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 \ |