diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-11-12 09:04:07 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-23 16:01:57 +0700 |
commit | 4acd325f4f938e755a60f9bf8acccebcfd06a3e5 (patch) | |
tree | 5cf56cc93859c329f8a671f5508358ba55d0b4c4 /gis | |
parent | 076ebd81c2d190f30100844a0b819d38f3edbbad (diff) |
gis/geos: Make sure geos compiles under current.
Diffstat (limited to 'gis')
-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 \ |