From a3e4d0e945a18e93f1e02ff4564af1912b362634 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Thu, 20 Nov 2014 17:42:27 +0700 Subject: network/dillo: Fix build against new fltk. Signed-off-by: Willy Sudiarto Raharjo --- network/dillo/dillo.SlackBuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'network/dillo/dillo.SlackBuild') 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 -- cgit v1.2.3