summaryrefslogtreecommitdiffstats
path: root/libraries/libdmapsharing/libdmapsharing.SlackBuild
diff options
context:
space:
mode:
author dsomero2012-09-17 01:06:19 +0200
committer dsomero2012-09-17 01:42:18 +0200
commit7bdb8e4c87e2a18a49f684a9d6d6a774f767d5f6 (patch)
treec39713be805ffb991405d4a34bde999fb9ff514c /libraries/libdmapsharing/libdmapsharing.SlackBuild
parent2ae817b123d57b8cae626075b526b98cf9d3a628 (diff)
downloadslackbuilds-7bdb8e4c87e2a18a49f684a9d6d6a774f767d5f6.tar.gz
libraries/libdmapsharing: Patched for glib 2.32+
Diffstat (limited to 'libraries/libdmapsharing/libdmapsharing.SlackBuild')
-rw-r--r--libraries/libdmapsharing/libdmapsharing.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/libraries/libdmapsharing/libdmapsharing.SlackBuild b/libraries/libdmapsharing/libdmapsharing.SlackBuild
index 8733fa6c36..8c4f917f47 100644
--- a/libraries/libdmapsharing/libdmapsharing.SlackBuild
+++ b/libraries/libdmapsharing/libdmapsharing.SlackBuild
@@ -6,7 +6,7 @@
PRGNAM=libdmapsharing
VERSION=${VERSION:-2.1.9}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -51,6 +51,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 \