mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2025-01-13 08:01:08 +01:00
glade: Rebuilt to fix build failure against latest glib.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
8b4e1d8200
commit
02c308fc65
2 changed files with 5 additions and 1 deletions
6
deps/glade/glade.SlackBuild
vendored
6
deps/glade/glade.SlackBuild
vendored
|
@ -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
BIN
deps/glade/glib.patch.gz
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue