summaryrefslogtreecommitdiffstats
path: root/perl/perl-gnome2-gconf/perl-gnome2-gconf.SlackBuild
diff options
context:
space:
mode:
author Binh Nguyen2012-08-22 06:17:08 +0200
committer Robby Workman2012-08-22 06:17:08 +0200
commit7933b004fe0e3ccc3626e14a0f5c2f92883ef974 (patch)
treea168783e8e6ad9ce01f5400af031eccf092847f4 /perl/perl-gnome2-gconf/perl-gnome2-gconf.SlackBuild
parent6935f7aafc7545038071aebee7d430d491dbae5e (diff)
downloadslackbuilds-7933b004fe0e3ccc3626e14a0f5c2f92883ef974.tar.gz
perl/perl-gnome2-gconf: Patched to build with GConf-3.x
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-gnome2-gconf/perl-gnome2-gconf.SlackBuild')
-rw-r--r--perl/perl-gnome2-gconf/perl-gnome2-gconf.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/perl/perl-gnome2-gconf/perl-gnome2-gconf.SlackBuild b/perl/perl-gnome2-gconf/perl-gnome2-gconf.SlackBuild
index 2edf5e8c96..9885334ab4 100644
--- a/perl/perl-gnome2-gconf/perl-gnome2-gconf.SlackBuild
+++ b/perl/perl-gnome2-gconf/perl-gnome2-gconf.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for perl-gnome2-gconf
-# Copyright 2010 Binh Nguyen <binhnguyen@fastmail.fm>
+# Copyright 2010, 2012 Binh Nguyen <binhnguyen@fastmail.fm>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=perl-gnome2-gconf
VERSION=${VERSION:-1.044}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRCNAM=Gnome2-GConf
@@ -71,6 +71,10 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Apply a patch from Debian
+# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649055
+patch -p1 < $CWD/disable-orbit.patch
+
perl Makefile.PL \
OPTIMIZE="$SLKCFLAGS" \
PREFIX=/usr \