summaryrefslogtreecommitdiffstats
path: root/system/gsmartcontrol/gsmartcontrol.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2015-11-15 20:58:36 +0100
committer Willy Sudiarto Raharjo2016-01-17 03:40:16 +0100
commite485c5dda53f0d960039a290aa7b985def6a85a4 (patch)
tree5f6ba73c81ac34132f70ff1e051d946f4d3b296a /system/gsmartcontrol/gsmartcontrol.SlackBuild
parenta1d25721b8e0c3103f5edfad141f32adabee2f25 (diff)
downloadslackbuilds-e485c5dda53f0d960039a290aa7b985def6a85a4.tar.gz
system/gsmartcontrol: Force std=c++11 in the CXXFLAGS.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/gsmartcontrol/gsmartcontrol.SlackBuild')
-rw-r--r--system/gsmartcontrol/gsmartcontrol.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/gsmartcontrol/gsmartcontrol.SlackBuild b/system/gsmartcontrol/gsmartcontrol.SlackBuild
index f2973f5b9e..d25a0871c8 100644
--- a/system/gsmartcontrol/gsmartcontrol.SlackBuild
+++ b/system/gsmartcontrol/gsmartcontrol.SlackBuild
@@ -67,7 +67,7 @@ find -L . \
sed -i "s/\tdestroy/\tthis->destroy/" src/gsc_text_window.h
CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
+CXXFLAGS="$SLKCFLAGS -std=c++11" \
./configure \
--prefix=/usr \
--sysconfdir=/etc \