diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-05-29 19:31:03 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-07 11:28:15 -0600 |
commit | 40f293a7631e3f8fd1f1ac146fe6d6e7de258d33 (patch) | |
tree | 914528aec795695b21ea92cdf28cb8e83097f652 /libraries/libgnome/libgnome.SlackBuild | |
parent | 720f0270990a094a5907fc91292f07c5efdce251 (diff) | |
download | slackbuilds-40f293a7631e3f8fd1f1ac146fe6d6e7de258d33.tar.gz |
libraries/libgnome: Fix for the newer glib.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libgnome/libgnome.SlackBuild')
-rw-r--r-- | libraries/libgnome/libgnome.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libraries/libgnome/libgnome.SlackBuild b/libraries/libgnome/libgnome.SlackBuild index e9857eb7be..5fbd7ce8aa 100644 --- a/libraries/libgnome/libgnome.SlackBuild +++ b/libraries/libgnome/libgnome.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=libgnome VERSION=${VERSION:-2.32.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -69,6 +69,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Fix for the newer glib +sed -i "/-DG_DISABLE_DEPRECATED/d" libgnome/Makefile.* + CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ |