libraries/liborcus: Patched for boost-1.67 compatibility.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2018-06-01 11:51:10 +01:00 committed by Willy Sudiarto Raharjo
parent 318502b415
commit 786807ee64
2 changed files with 6 additions and 1 deletions

Binary file not shown.

View file

@ -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 \