summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Hunter Sezen2018-06-01 12:51:10 +0200
committer Willy Sudiarto Raharjo2018-06-02 02:32:36 +0200
commit8393cb1880d52add73838f724ed7513eccac5b5f (patch)
treeca348da9c8df35ad07a530e1507a681ce619e532
parent376ef09eec923706bf088a599e42354ce0bf7bf7 (diff)
downloadold.slackbuilds-8393cb1880d52add73838f724ed7513eccac5b5f.tar.gz
libraries/liborcus: Patched for boost-1.67 compatibility.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--libraries/liborcus/boost.patch.gzbin0 -> 804 bytes
-rw-r--r--libraries/liborcus/liborcus.SlackBuild7
2 files changed, 6 insertions, 1 deletions
diff --git a/libraries/liborcus/boost.patch.gz b/libraries/liborcus/boost.patch.gz
new file mode 100644
index 0000000000..4445cf783a
--- /dev/null
+++ b/libraries/liborcus/boost.patch.gz
Binary files differ
diff --git a/libraries/liborcus/liborcus.SlackBuild b/libraries/liborcus/liborcus.SlackBuild
index ff09e01617..08379a8844 100644
--- a/libraries/liborcus/liborcus.SlackBuild
+++ b/libraries/liborcus/liborcus.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=liborcus
VERSION=${VERSION:-0.13.4}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -69,6 +69,11 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# [PATCH] Fix build with Boost 1.67
+# https://gitlab.com/orcus/orcus/commit/f7485813af8e50f88c77312fb29b7bb489a0a17d
+# https://gitlab.com/orcus/orcus/issues/60
+zcat $CWD/boost.patch.gz | patch -p1
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \