mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/liborcus: Patched for boost-1.67 compatibility.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
318502b415
commit
786807ee64
2 changed files with 6 additions and 1 deletions
BIN
libraries/liborcus/boost.patch.gz
Normal file
BIN
libraries/liborcus/boost.patch.gz
Normal file
Binary file not shown.
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue