summaryrefslogtreecommitdiff
path: root/development/poedit/poedit.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/poedit/poedit.SlackBuild')
-rw-r--r--development/poedit/poedit.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/development/poedit/poedit.SlackBuild b/development/poedit/poedit.SlackBuild
index f967504ac7..7b1a0c0c5d 100644
--- a/development/poedit/poedit.SlackBuild
+++ b/development/poedit/poedit.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for poedit
-# Copyright 2008 Niklas "Nille" Åkerström
+# Copyright 2008 Niklas "Nille" Åkerström
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=poedit
-VERSION=1.4.2
+VERSION=1.4.6.1
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
@@ -67,8 +65,6 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R a-s,u+rw,go+r-w .
-# Patch to fix program crash when using localized LANG bug #276
-patch -p0 < $CWD/poedit-gtkspell.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \