diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-21 17:28:33 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 15:36:51 -0500 |
commit | de7c0445f08485cb6920fadc324edefe7d187055 (patch) | |
tree | 819291b444f7484ca9806286c6262fd9fcf595ba /libraries/wxsvg/wxsvg.SlackBuild | |
parent | 48264f82812465dd9ee149eb6d9bf6145864c323 (diff) | |
download | slackbuilds-de7c0445f08485cb6920fadc324edefe7d187055.tar.gz |
libraries/wxsvg: Updated for version 20120820.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/wxsvg/wxsvg.SlackBuild')
-rw-r--r-- | libraries/wxsvg/wxsvg.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/wxsvg/wxsvg.SlackBuild b/libraries/wxsvg/wxsvg.SlackBuild index 5b9371d084..b154401238 100644 --- a/libraries/wxsvg/wxsvg.SlackBuild +++ b/libraries/wxsvg/wxsvg.SlackBuild @@ -5,7 +5,7 @@ # Written by ponce <matteo.bernardini@gmail.com> PRGNAM=wxsvg -VERSION=1.1.5 +VERSION=20120820 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -51,6 +51,8 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +sh autogen.sh + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |