From 2acc68da6fb20beb19e60e326e511d96971338f9 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 21 May 2017 22:30:07 +0200 Subject: Prepare for KDE 5_17.05 for Slackware --- deps/sip/sip.SlackBuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'deps/sip/sip.SlackBuild') diff --git a/deps/sip/sip.SlackBuild b/deps/sip/sip.SlackBuild index 840077c..7e3b0dc 100755 --- a/deps/sip/sip.SlackBuild +++ b/deps/sip/sip.SlackBuild @@ -26,8 +26,8 @@ PKGNAM=sip -VERSION=${VERSION:-4.19} -BUILD=${BUILD:-2} +VERSION=${VERSION:-4.19.2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:--j7} @@ -80,7 +80,8 @@ python configure.py \ -d "$PYTHONLIB" \ -e "/usr/include/python$PYTHONVER" \ CFLAGS="$SLKCFLAGS" \ - CXXFLAGS="$SLKCFLAGS" + CXXFLAGS="$SLKCFLAGS" \ + || exit 1 make $NUMJOBS || make || exit 1 make install DESTDIR=$PKG || exit 1 -- cgit v1.2.3