From 241a7008b7676dfa911216cc3d320c26055a4341 Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Sat, 18 Sep 2010 23:44:04 -0400 Subject: graphics/gimp-lqr-plugin: Updated for version 0.7.1. Signed-off-by: dsomero --- graphics/gimp-lqr-plugin/gimp-lqr-plugin.SlackBuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'graphics/gimp-lqr-plugin/gimp-lqr-plugin.SlackBuild') diff --git a/graphics/gimp-lqr-plugin/gimp-lqr-plugin.SlackBuild b/graphics/gimp-lqr-plugin/gimp-lqr-plugin.SlackBuild index 0e3d693e30..7829846bf4 100644 --- a/graphics/gimp-lqr-plugin/gimp-lqr-plugin.SlackBuild +++ b/graphics/gimp-lqr-plugin/gimp-lqr-plugin.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for gimp-lqr-plugin # -# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gimp-lqr-plugin -VERSION=0.6.1 +VERSION=0.7.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 @@ -72,7 +70,6 @@ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib$LIBDIRSUFFIX \ - --disable-static \ --build=$ARCH-slackware-linux make -- cgit v1.2.3