summaryrefslogtreecommitdiffstats
path: root/libraries/Kivy/Kivy.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/Kivy/Kivy.SlackBuild')
-rw-r--r--libraries/Kivy/Kivy.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/Kivy/Kivy.SlackBuild b/libraries/Kivy/Kivy.SlackBuild
index 6b171418a3..34a01e4311 100644
--- a/libraries/Kivy/Kivy.SlackBuild
+++ b/libraries/Kivy/Kivy.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=Kivy
VERSION=${VERSION:-1.10.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -69,6 +69,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+patch -p1 < $CWD/SDL2.patch
python setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \