diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2015-11-15 20:58:36 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | e485c5dda53f0d960039a290aa7b985def6a85a4 (patch) | |
tree | 5f6ba73c81ac34132f70ff1e051d946f4d3b296a /system/gsmartcontrol/gsmartcontrol.SlackBuild | |
parent | a1d25721b8e0c3103f5edfad141f32adabee2f25 (diff) | |
download | slackbuilds-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.SlackBuild | 2 |
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 \ |