summaryrefslogtreecommitdiffstats
path: root/network/dillo/dillo.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/dillo/dillo.SlackBuild')
-rw-r--r--network/dillo/dillo.SlackBuild16
1 files changed, 6 insertions, 10 deletions
diff --git a/network/dillo/dillo.SlackBuild b/network/dillo/dillo.SlackBuild
index b49e63324b..15b2182b2e 100644
--- a/network/dillo/dillo.SlackBuild
+++ b/network/dillo/dillo.SlackBuild
@@ -1,9 +1,9 @@
#!/bin/sh
-# Slackware build script for dillo
+# Slackware build script for dillo. It has NOT been tested on x86_64.
# Copyright 2012 John B TN, USA
-# This was only successful with the help of Erik Hanson and
+# This was only successful with the help of ErikHanson@slackbuilds.org and
# B Watson who e-mailed me his patch/idea for the fltk and fltk-13 problem
# All rights reserved.
#
@@ -25,8 +25,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dillo
-VERSION=${VERSION:-3.0.4}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-3.0.4.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -71,15 +71,11 @@ 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 {} \;
-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
+sed -i 's/fltk-config/fltk13-config/g' configure
+
LDFLAGS="-L/usr/lib$LIBDIRSUFFIX/fltk13 -Wl,-rpath,/usr/lib$LIBDIRSUFFIX/fltk13" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \