mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2025-01-14 08:01:24 +01:00
atril: Fix build without webkit2gtk.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
parent
b13e0335b3
commit
724b707479
2 changed files with 2 additions and 1 deletions
BIN
extra/atril/309.patch.gz
Normal file
BIN
extra/atril/309.patch.gz
Normal file
Binary file not shown.
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for atril
|
# Slackware build script for atril
|
||||||
|
|
||||||
# Copyright 2013 Chess Griffin <chess.griffin@gmail.com> Raleigh, NC
|
# 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.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# 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 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
|
zcat $CWD/309.patch.gz | patch -p1
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
CXXFLAGS="$SLKCFLAGS" \
|
||||||
LDFLAGS="-L/usr/share/texmf/lib" \
|
LDFLAGS="-L/usr/share/texmf/lib" \
|
||||||
|
|
Loading…
Reference in a new issue