diff options
-rw-r--r-- | libraries/newt/newt.SlackBuild | 5 | ||||
-rw-r--r-- | libraries/newt/newt.info | 6 |
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="" |