From 0ac08bacd7fdda32412e96f6e017ebb785ccc036 Mon Sep 17 00:00:00 2001 From: Niels Horn Date: Thu, 2 Dec 2010 05:35:08 -0600 Subject: libraries/libvmime: Updated for version 0.9.1. Signed-off-by: Erik Hanson --- libraries/libvmime/libvmime.SlackBuild | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) (limited to 'libraries/libvmime/libvmime.SlackBuild') 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 -# 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} \ -- cgit v1.2.3