mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
pangox-compat: Fix build with new poppler.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
acc22303db
commit
1861fc291f
1 changed files with 2 additions and 2 deletions
4
deps/pangox-compat/pangox-compat.SlackBuild
vendored
4
deps/pangox-compat/pangox-compat.SlackBuild
vendored
|
@ -25,7 +25,7 @@
|
|||
|
||||
PRGNAM=pangox-compat
|
||||
VERSION=${VERSION:-0.0.2}
|
||||
BUILD=${BUILD:-3}
|
||||
BUILD=${BUILD:-4}
|
||||
TAG=${TAG:-_msb}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -80,7 +80,7 @@ find -L . \
|
|||
|
||||
patch -p1 < $CWD/0002.patch
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CFLAGS="$SLKCFLAGS -fpermissive" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
|
|
Loading…
Reference in a new issue