summaryrefslogtreecommitdiffstats
path: root/development/mono-debugger/mono-debugger.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/mono-debugger/mono-debugger.SlackBuild')
-rw-r--r--development/mono-debugger/mono-debugger.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/development/mono-debugger/mono-debugger.SlackBuild b/development/mono-debugger/mono-debugger.SlackBuild
index 2dc0c7ebef..48d6c3fbc1 100644
--- a/development/mono-debugger/mono-debugger.SlackBuild
+++ b/development/mono-debugger/mono-debugger.SlackBuild
@@ -23,7 +23,7 @@
PRGNAM=mono-debugger
VERSION=${VERSION:-2.10}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -68,6 +68,10 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Starting with glib 2.32 it is now mandatory to
+# include glib.h instead of individual headers.
+patch -p1 -i $CWD/glib-single-include.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \