diff options
Diffstat (limited to 'source/n/lynx/lynx.SlackBuild')
-rwxr-xr-x | source/n/lynx/lynx.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/n/lynx/lynx.SlackBuild b/source/n/lynx/lynx.SlackBuild index 5a298547..9c5062c3 100755 --- a/source/n/lynx/lynx.SlackBuild +++ b/source/n/lynx/lynx.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2008, 2009, 2010 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2008, 2009, 2010, 2012 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ SRCVER=2.8.7 PKGVER=2.8.7 -BUILD=${BUILD:-1} +BUILD=${BUILD:-3} NUMJOBS=${NUMJOBS:-" -j7 "} @@ -92,6 +92,7 @@ CFLAGS="$SLKCFLAGS" \ --enable-read-eta \ --enable-scrollbar \ --with-ssl \ + --enable-ipv6 \ --enable-color-style \ --enable-prettysrc \ --enable-source-cache \ |