From ad3f4016b91661017e0c51f1524ef9a744c06caf Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Fri, 5 Oct 2012 17:04:55 +0200 Subject: libraries/newt: Updated for version 0.52.14 and fixed some CFLAGS. Thanks to ruario and TobiSGD of linuxquestions.org Signed-off-by: Matteo Bernardini --- libraries/newt/newt.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libraries/newt/newt.SlackBuild') diff --git a/libraries/newt/newt.SlackBuild b/libraries/newt/newt.SlackBuild index 62168d62a5..cb93d82e9f 100644 --- a/libraries/newt/newt.SlackBuild +++ b/libraries/newt/newt.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=newt -VERSION=${VERSION:-0.52.13} +VERSION=${VERSION:-0.52.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,6 +72,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Use our CFLAGS also when building the python snackmodule +sed -i "s|PIFLAGS\ \$\$PCFLAGS|PIFLAGS \$\$PCFLAGS ${SLKCFLAGS}|" Makefile.in + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ -- cgit v1.2.3