summaryrefslogtreecommitdiffstats
path: root/libraries/lvtk
diff options
context:
space:
mode:
author David Spencer2015-12-23 00:54:17 +0100
committer Willy Sudiarto Raharjo2016-01-17 03:40:16 +0100
commitf41fd58245727392bee9bfaaceeedeaba990ecb6 (patch)
treec0ca2e1ca890c1aeb422bad1644680f5ed01fe9e /libraries/lvtk
parent6fefd76f698228a5bb74bf87515b38750767386b (diff)
downloadslackbuilds-f41fd58245727392bee9bfaaceeedeaba990ecb6.tar.gz
libraries/lvtk: Fixed build with boost-1.59.
Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/lvtk')
-rw-r--r--libraries/lvtk/lvtk.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/lvtk/lvtk.SlackBuild b/libraries/lvtk/lvtk.SlackBuild
index c0a70eb42f..00da6d078d 100644
--- a/libraries/lvtk/lvtk.SlackBuild
+++ b/libraries/lvtk/lvtk.SlackBuild
@@ -55,10 +55,11 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
+CXXFLAGS="$SLKCFLAGS -std=c++11" \
+LDFLAGS="-lboost_system" \
./waf configure \
--prefix=/usr \
--libdir=/usr/lib$LIBDIRSUFFIX \