glade: Rebuilt to fix build failure against latest glib.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-09-29 15:25:59 +07:00
parent 8b4e1d8200
commit 02c308fc65
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 1 deletions

View file

@ -26,7 +26,7 @@
PRGNAM=glade
VERSION=${VERSION:-3.20.0}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_msb}
if [ -z "$ARCH" ]; then
@ -73,6 +73,10 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Patch to Use g_ptr_array_find() from GLib
# https://bugzilla.gnome.org/show_bug.cgi?id=782161
zcat $CWD/glib.patch.gz | patch -p1
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \

BIN
deps/glade/glib.patch.gz vendored Normal file

Binary file not shown.