diff options
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 |