summaryrefslogtreecommitdiffstats
path: root/libraries/gtkhtml/gtkhtml.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2021-08-29 10:21:11 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-08-30 06:55:50 +0700
commit22af4bd8682407b5aca5ce408b41653947b63179 (patch)
tree36e7b04524aa0099e9258e029a9897001606c0cf /libraries/gtkhtml/gtkhtml.SlackBuild
parentf266bd5d25d6a80014c4b2a554f0baee73f62584 (diff)
downloadslackbuilds-22af4bd8682407b5aca5ce408b41653947b63179.tar.gz
slackbuilds-22af4bd8682407b5aca5ce408b41653947b63179.tar.xz
libraries/gtkhtml: Patched for the newer enchant.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gtkhtml/gtkhtml.SlackBuild')
-rw-r--r--libraries/gtkhtml/gtkhtml.SlackBuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/gtkhtml/gtkhtml.SlackBuild b/libraries/gtkhtml/gtkhtml.SlackBuild
index 6a656c2a80..81233c8733 100644
--- a/libraries/gtkhtml/gtkhtml.SlackBuild
+++ b/libraries/gtkhtml/gtkhtml.SlackBuild
@@ -79,6 +79,10 @@ 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 -p0 < $CWD/enchant-2.patch
+
+autoreconf -vif
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \