summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-control-center3/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gnome-control-center3/files/patch-configure')
-rw-r--r--sysutils/gnome-control-center3/files/patch-configure17
1 files changed, 14 insertions, 3 deletions
diff --git a/sysutils/gnome-control-center3/files/patch-configure b/sysutils/gnome-control-center3/files/patch-configure
index f245a3d60..fc033df86 100644
--- a/sysutils/gnome-control-center3/files/patch-configure
+++ b/sysutils/gnome-control-center3/files/patch-configure
@@ -1,6 +1,17 @@
---- configure.orig 2011-01-20 15:29:00.000000000 +0000
-+++ configure 2011-01-20 15:29:07.000000000 +0000
-@@ -16762,7 +16762,7 @@
+--- configure.orig 2011-03-09 15:56:47.000000000 +0100
++++ configure 2011-03-09 15:57:07.000000000 +0100
+@@ -17397,8 +17397,8 @@
+
+
+ CUPS_API_VERSION=`$CUPS_CONFIG --api-version`
+- CUPS_API_MAJOR=`echo $ECHO_N $CUPS_API_VERSION | sed -e "s/\./\n/g" | sed -n "1p"`
+- CUPS_API_MINOR=`echo $ECHO_N $CUPS_API_VERSION | sed -e "s/\./\n/g" | sed -n "2p"`
++ CUPS_API_MAJOR=`echo $ECHO_N $CUPS_API_VERSION | sed -e "s/\./\ /g" | awk '{ print $1 }'`
++ CUPS_API_MINOR=`echo $ECHO_N $CUPS_API_VERSION | sed -e "s/\./\ /g" | awk '{ print $2 }'`
+
+ for ac_header in cups/cups.h cups/http.h cups/ipp.h
+ do :
+@@ -17808,7 +17808,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_libsocialweb" >&5
$as_echo "$with_libsocialweb" >&6; }