summaryrefslogtreecommitdiffstats
path: root/network/dillo/dillo.SlackBuild
diff options
context:
space:
mode:
author John B <irgunii ampersand gmail . com>2015-01-27 07:17:13 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-01-27 07:17:50 +0700
commit0b98a322cb11a9dc5e358c6159faeb4b547f0088 (patch)
tree7e21f28dc5f7b7690ea4a1f43d21d0c3b543b64b /network/dillo/dillo.SlackBuild
parente4ff3b40973e4044cc9d4b06915d4d12267e7f5a (diff)
downloadslackbuilds-0b98a322cb11a9dc5e358c6159faeb4b547f0088.tar.gz
slackbuilds-0b98a322cb11a9dc5e358c6159faeb4b547f0088.tar.xz
network/dillo: Updated for version 3.0.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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" \