From a49df6ed9639f1d918609fd1bb910439f04387e1 Mon Sep 17 00:00:00 2001 From: David Woodfall Date: Tue, 13 May 2014 20:59:22 +0700 Subject: network/elinks: Added gopher protocol. Signed-off-by: Willy Sudiarto Raharjo --- network/elinks/elinks.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'network') diff --git a/network/elinks/elinks.SlackBuild b/network/elinks/elinks.SlackBuild index 67abfc3833..beec8e67e9 100644 --- a/network/elinks/elinks.SlackBuild +++ b/network/elinks/elinks.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=elinks VERSION=${VERSION:-git20131231} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -72,6 +72,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ @@ -86,9 +87,11 @@ CFLAGS="$SLKCFLAGS" \ --enable-html-highlight \ --enable-finger \ --enable-bittorrent \ + --enable-gopher \ --enable-exmode \ --enable-88-colors \ --enable-256-colors \ + --enable-true-color \ --build=$ARCH-slackware-linux make -- cgit v1.2.3