diff options
author | ponce <matteo.bernardini@gmail.com> | 2011-12-18 19:26:33 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-18 19:26:33 -0600 |
commit | bff5c3f638cf21e3fb6332050ae457f11bd96864 (patch) | |
tree | f5751f086ded9228c2eed42aedd12a473ccd19ed /libraries/wxsvg/wxsvg.SlackBuild | |
parent | a2aab434c3ac153fec7e102192cd9911961cf27e (diff) | |
download | slackbuilds-bff5c3f638cf21e3fb6332050ae457f11bd96864.tar.gz |
libraries/wxsvg: Updated for version 1.1.5.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/wxsvg/wxsvg.SlackBuild')
-rw-r--r-- | libraries/wxsvg/wxsvg.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libraries/wxsvg/wxsvg.SlackBuild b/libraries/wxsvg/wxsvg.SlackBuild index 573088635c..5b9371d084 100644 --- a/libraries/wxsvg/wxsvg.SlackBuild +++ b/libraries/wxsvg/wxsvg.SlackBuild @@ -5,16 +5,14 @@ # Written by ponce <matteo.bernardini@gmail.com> PRGNAM=wxsvg -VERSION=${VERSION:-1.0.6} +VERSION=1.1.5 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 @@ -62,7 +60,8 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ - --disable-static \ + --enable-static=no \ + --enable-shared \ --build=$ARCH-slackware-linux make |