summaryrefslogtreecommitdiff
path: root/network/dillo/dillo.SlackBuild
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-11-20 17:42:27 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-11-20 17:42:27 +0700
commita3e4d0e945a18e93f1e02ff4564af1912b362634 (patch)
tree222a7c55ac5c0cd1496bd9a96936e7941fd5ce18 /network/dillo/dillo.SlackBuild
parent13889c1313bc8bc57bfbc7f849f8694c9eeb0d1d (diff)
downloadslackbuilds-a3e4d0e945a18e93f1e02ff4564af1912b362634.tar.gz
network/dillo: Fix build against new fltk.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/dillo/dillo.SlackBuild')
-rw-r--r--network/dillo/dillo.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/network/dillo/dillo.SlackBuild b/network/dillo/dillo.SlackBuild
index e5bae350ca..b49e63324b 100644
--- a/network/dillo/dillo.SlackBuild
+++ b/network/dillo/dillo.SlackBuild
@@ -26,7 +26,7 @@
PRGNAM=dillo
VERSION=${VERSION:-3.0.4}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -69,10 +69,14 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -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 {} \;
sed -i 's/fltk-config/fltk13-config/g' configure
+# Patch to build against newer fltk
+# http://hg.dillo.org/dillo/raw-rev/a012eab2c057
+patch -p1 < $CWD/dillo-fltk.patch
+
#https and ssl are in the alpha stage, but if you don't want to try and use it
#just delete or comment out --enable-ssl