diff options
Diffstat (limited to 'network/leafnode/leafnode.SlackBuild')
-rw-r--r-- | network/leafnode/leafnode.SlackBuild | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/network/leafnode/leafnode.SlackBuild b/network/leafnode/leafnode.SlackBuild index e7b9b505c9..722fa127ac 100644 --- a/network/leafnode/leafnode.SlackBuild +++ b/network/leafnode/leafnode.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Leafnode 2 -# Copyright 2008-2009 Andrew Strong (http://www.andrews-corner.org) +# Copyright 2008-2011 Andrew Strong (http://www.andrews-corner.org) # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=leafnode -VERSION=2.0.0.alpha20081229a -BUILD=${BUILD:-3} +VERSION=2.0.0.alpha20110807a +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -69,13 +69,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Fix compiler error with recent gcc: -patch -p1 < $CWD/patches/sizeof_fix.diff -# Fix memory leak with applyfilter: -patch -p1 < $CWD/patches/applyfilter_plugleak.diff -# Don't delete articles when texpire -n -C MessID is run: -patch -p1 < $CWD/patches/texpire_delete.diff - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |