summaryrefslogtreecommitdiffstats
path: root/misc/scim-chewing/scim-chewing.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'misc/scim-chewing/scim-chewing.SlackBuild')
-rw-r--r--misc/scim-chewing/scim-chewing.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/scim-chewing/scim-chewing.SlackBuild b/misc/scim-chewing/scim-chewing.SlackBuild
index 6bf26340a0..ebafb0a905 100644
--- a/misc/scim-chewing/scim-chewing.SlackBuild
+++ b/misc/scim-chewing/scim-chewing.SlackBuild
@@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=scim-chewing
-VERSION=${VERSION:-0.3.3}
+VERSION=${VERSION:-0.3.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -56,7 +54,6 @@ else
LIBDIRSUFFIX=""
fi
-# Exit on most errors
set -e
rm -rf $PKG
@@ -72,6 +69,8 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+patch -p1 -i $CWD/gtk.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \