summaryrefslogtreecommitdiffstats
path: root/network/elinks/elinks.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/elinks/elinks.SlackBuild')
-rw-r--r--network/elinks/elinks.SlackBuild15
1 files changed, 10 insertions, 5 deletions
diff --git a/network/elinks/elinks.SlackBuild b/network/elinks/elinks.SlackBuild
index f24e86d95b..9643bc9a6e 100644
--- a/network/elinks/elinks.SlackBuild
+++ b/network/elinks/elinks.SlackBuild
@@ -26,7 +26,7 @@
PRGNAM=elinks
VERSION=${VERSION:-git20131231}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -71,6 +71,8 @@ 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 --verbose -p1 < $CWD/gopher-html.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -83,15 +85,18 @@ CXXFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--with-guile \
--enable-cgi \
- --enable-nntp \
- --enable-html-highlight \
--enable-finger \
- --enable-bittorrent \
+ --enable-fsp \
--enable-gopher \
- --enable-exmode \
+ --enable-nntp \
+ --enable-smb \
--enable-88-colors \
--enable-256-colors \
--enable-true-color \
+ --enable-exmode \
+ --enable-html-highlight \
+ --enable-bittorrent \
+ --enable-fastmem \
--build=$ARCH-slackware-linux
make