diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-16 19:06:56 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-09-16 19:42:18 -0400 |
commit | 4abefb44e4b41d5334b225cb239691260ecd630c (patch) | |
tree | 29c2d4c342635eccadfe6b7778efcaf5d3aa5af6 /system/tilda/tilda.SlackBuild | |
parent | 7bdb8e4c87e2a18a49f684a9d6d6a774f767d5f6 (diff) |
system/tilda: Patched for glib 2.32+
Diffstat (limited to 'system/tilda/tilda.SlackBuild')
-rw-r--r-- | system/tilda/tilda.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/system/tilda/tilda.SlackBuild b/system/tilda/tilda.SlackBuild index 972156ace8a4d..2b2013d2347bc 100644 --- a/system/tilda/tilda.SlackBuild +++ b/system/tilda/tilda.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=tilda VERSION=0.9.6 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -60,6 +60,10 @@ cd $PRGNAM-$VERSION || exit 1 chown -R root:root . chmod -R u+w,go+r-w,a-s . +# 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" \ ./configure \ --prefix=/usr \ |