diff options
Diffstat (limited to 'libraries/afflib/afflib.SlackBuild')
-rw-r--r-- | libraries/afflib/afflib.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libraries/afflib/afflib.SlackBuild b/libraries/afflib/afflib.SlackBuild index 395257116a96..99cf3b725ff5 100644 --- a/libraries/afflib/afflib.SlackBuild +++ b/libraries/afflib/afflib.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2008 Heinz Wiesinger <pprkut@liwjatan.at> # All rights reserved. -# +# # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: # @@ -22,10 +22,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Updated: v3.6.11 May 2011 Barry J. Grundy <bgrundy(at)linuxleo.com> +# Updated: v3.7.1 June 2012 Barry J. Grundy <bgrundy(at)linuxleo.com> PRGNAM=afflib -VERSION=3.6.12 +VERSION=3.7.1 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -76,7 +76,6 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --disable-static \ - --enable-s3 \ --enable-python \ --enable-threading \ --build=$ARCH-slackware-linux |