atril: Fix build without webkit2gtk.

Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
Willy Sudiarto Raharjo 2018-04-01 18:27:01 +07:00
parent b13e0335b3
commit 724b707479
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 2 additions and 1 deletions

BIN
extra/atril/309.patch.gz Normal file

Binary file not shown.

View file

@ -3,7 +3,7 @@
# Slackware build script for atril
# Copyright 2013 Chess Griffin <chess.griffin@gmail.com> Raleigh, NC
# Copyright 2013-2017 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# Copyright 2013-2018 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -80,6 +80,7 @@ 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 {} \;
zcat $CWD/309.patch.gz | patch -p1
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
LDFLAGS="-L/usr/share/texmf/lib" \