summaryrefslogtreecommitdiffstats
path: root/libraries/gtkextra/gtkextra.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/gtkextra/gtkextra.SlackBuild')
-rw-r--r--libraries/gtkextra/gtkextra.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/libraries/gtkextra/gtkextra.SlackBuild b/libraries/gtkextra/gtkextra.SlackBuild
index 80a3c186f7..a538036e4d 100644
--- a/libraries/gtkextra/gtkextra.SlackBuild
+++ b/libraries/gtkextra/gtkextra.SlackBuild
@@ -4,11 +4,11 @@
# A set of extra widgets for GTK+
# Written by Niels Horn <niels.horn@gmail.com>
-# Revision date: 2010/11/01
+# Revision date: 2011/03/09
PRGNAM=gtkextra
VERSION=${VERSION:-2.1.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRCNAM=gtk+extra
@@ -56,12 +56,14 @@ find . \
-exec chmod 644 {} \;
# Solve a problem with spaces in gtkextra/Makefile.in
-# (This only breaks with make 3.82 from -current, but won't harm in 13.1)
patch -p1 < $CWD/make382.patch
# Resolve a bug in the code (thanks to the Gentoo people for finding it)
patch -p1 < $CWD/gtkcolorcombo.patch
+# Patch code for gtk >= 2.21 (based on work by the folks from GTKada)
+patch -p1 < $CWD/gtkextra_gtk2.21.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \