summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Hunter Sezen <orbea@fredslev.dk>2018-06-01 11:51:10 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-06-02 07:32:36 +0700
commit786807ee6473007f965c09dbbe88f59132b8e8d4 (patch)
tree39d2d39eef6e9a9e0acf139e60a94a27ff5f3265 /libraries
parent318502b415bb48b66d943804912722c434ddb99d (diff)
downloadslackbuilds-786807ee6473007f965c09dbbe88f59132b8e8d4.tar.gz
slackbuilds-786807ee6473007f965c09dbbe88f59132b8e8d4.tar.xz
libraries/liborcus: Patched for boost-1.67 compatibility.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries')
-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 \