diff options
Diffstat (limited to 'libraries/newt/newt.SlackBuild')
-rw-r--r-- | libraries/newt/newt.SlackBuild | 5 |
1 files changed, 4 insertions, 1 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 \ |