summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Matteo Bernardini2012-10-05 17:04:55 +0200
committer dsomero2012-10-07 15:15:26 +0200
commitad3f4016b91661017e0c51f1524ef9a744c06caf (patch)
tree706f83f3b6b2ee31c0e04f5413c15203d9b9a4e7 /libraries
parent6b2fad891b61fe915dd068a1a15d480cd966f1cb (diff)
downloadslackbuilds-ad3f4016b91661017e0c51f1524ef9a744c06caf.tar.gz
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 <ponce@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/newt/newt.SlackBuild5
-rw-r--r--libraries/newt/newt.info6
2 files changed, 7 insertions, 4 deletions
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 \
diff --git a/libraries/newt/newt.info b/libraries/newt/newt.info
index 74a6d3016a..055614f15d 100644
--- a/libraries/newt/newt.info
+++ b/libraries/newt/newt.info
@@ -1,8 +1,8 @@
PRGNAM="newt"
-VERSION="0.52.13"
+VERSION="0.52.14"
HOMEPAGE="https://fedorahosted.org/newt/"
-DOWNLOAD="https://fedorahosted.org/releases/n/e/newt/newt-0.52.13.tar.gz"
-MD5SUM="77de05b3f58540152a4ae32a1a64e5d0"
+DOWNLOAD="https://fedorahosted.org/releases/n/e/newt/newt-0.52.14.tar.gz"
+MD5SUM="eb78c6bb658b92ec7198908b5b8d0e37"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""