aboutsummaryrefslogtreecommitdiff
path: root/network/elinks/elinks.SlackBuild
diff options
context:
space:
mode:
authorDavid Woodfall <dave@dawoodfall.net>2017-12-28 23:48:55 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-01-06 06:54:58 +0700
commit2ea44079300f3fdcc728306e422987bbc419a0ca (patch)
tree345831bed594114276810d2375f62a2cdceeca51 /network/elinks/elinks.SlackBuild
parentacf4ad14e61fecba7d58f5c2bb885ad85cdbb0f9 (diff)
network/elinks: Patched to fix gopher link issues.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/elinks/elinks.SlackBuild')
-rw-r--r--network/elinks/elinks.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/network/elinks/elinks.SlackBuild b/network/elinks/elinks.SlackBuild
index 68cf7cba1499..fd6794665716 100644
--- a/network/elinks/elinks.SlackBuild
+++ b/network/elinks/elinks.SlackBuild
@@ -26,7 +26,7 @@
PRGNAM=elinks
VERSION=${VERSION:-git20131231}
-BUILD=${BUILD:-8}
+BUILD=${BUILD:-9}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -83,6 +83,9 @@ patch --verbose -p1 < $CWD/0003-gopher_directory_links.patch
# Next patch makes elinks verify ssl hostnames
patch --verbose -p1 < $CWD/0004-ssl_cert_verify.patch
+# Next patch fixes several problems for gopher links
+patch --verbose -p1 < $CWD/0005-gopher_newlines_tabs_entity.patch
+
[ -n "$NOMOUSE" ] && mouse="--disable-mouse"
[ -n "$NOGPM" ] && gpm="--without-gpm"