diff options
Diffstat (limited to 'libraries/libvmime/libvmime.SlackBuild')
-rw-r--r-- | libraries/libvmime/libvmime.SlackBuild | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/libraries/libvmime/libvmime.SlackBuild b/libraries/libvmime/libvmime.SlackBuild index 640b4104348c4..94d6ee11646c0 100644 --- a/libraries/libvmime/libvmime.SlackBuild +++ b/libraries/libvmime/libvmime.SlackBuild @@ -4,19 +4,17 @@ # a library for working with MIME messages # Written by Niels Horn <niels.horn@gmail.com> -# revision date 2010/05/28 +# revision date 2010/11/20 PRGNAM=libvmime -VERSION=${VERSION:-0.9.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.9.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -50,18 +48,7 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . -# Patch "configure" to accept gnutls-2.8 -# Based on: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529834 -patch -p1 < $CWD/gnutls-28.patch - -# Force "configure" to respect our CFLAGS / CXXFLAGS -patch -p1 < $CWD/flags.patch - -# Patch to avoid "::rename has not been declared" error w/ new gcc -patch -p1 < $CWD/gcc44.patch - -CFLAGS=$SLKCFLAGS \ -CXXFLAGS=$SLKCFLAGS \ +EXTRA_CFLAGS=$SLKCFLAGS \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ |