summaryrefslogtreecommitdiffstats
path: root/system/gdmap
diff options
context:
space:
mode:
Diffstat (limited to 'system/gdmap')
-rw-r--r--system/gdmap/gdmap.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/system/gdmap/gdmap.SlackBuild b/system/gdmap/gdmap.SlackBuild
index 2667a521ac..7f4622da4a 100644
--- a/system/gdmap/gdmap.SlackBuild
+++ b/system/gdmap/gdmap.SlackBuild
@@ -22,7 +22,7 @@
PRGNAM=gdmap
VERSION=${VERSION:-0.8.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -67,6 +67,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Allow deprecated gtk functions.
+sed -i s/-DGTK_DISABLE_DEPRECATED//g configure
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \