summaryrefslogtreecommitdiffstats
path: root/libraries/gnome-vfsmm
diff options
context:
space:
mode:
author David Spencer2015-11-29 19:31:34 +0100
committer Willy Sudiarto Raharjo2016-01-17 03:40:16 +0100
commit6f89067f50f011caf4a750ff94ce869119b62faa (patch)
treee4e0dbdba6e36e63df06888ccb90c9fd5ec825b1 /libraries/gnome-vfsmm
parent7d7872c57def9e53d63908d2ee22f5cb441ffbaf (diff)
downloadslackbuilds-6f89067f50f011caf4a750ff94ce869119b62faa.tar.gz
libraries/gnome-vfsmm: Force std=c++11 in CXXFLAGS.
Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gnome-vfsmm')
-rw-r--r--libraries/gnome-vfsmm/gnome-vfsmm.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/gnome-vfsmm/gnome-vfsmm.SlackBuild b/libraries/gnome-vfsmm/gnome-vfsmm.SlackBuild
index 33e829dc09..78d5ed9dc4 100644
--- a/libraries/gnome-vfsmm/gnome-vfsmm.SlackBuild
+++ b/libraries/gnome-vfsmm/gnome-vfsmm.SlackBuild
@@ -74,7 +74,7 @@ sed -i "s|(libdir)/gnome-vfsmm-2\.6/include|(includedir)/gnome-vfsmm-2.6|" \
libgnomevfs/Makefile.in
CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
+CXXFLAGS="$SLKCFLAGS -std=c++11" \
./configure \
--prefix=/usr \
--libdir=/usr/lib$LIBDIRSUFFIX \