aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk30
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2016-10-17 19:45:28 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2016-10-17 19:45:28 +0000
commit442ccd47a6e3a2eecf6b4f070954fe264727e7e3 (patch)
tree23a165513da5f2a4147b4ae65a557f42d9f119ae /x11-toolkits/gtk30
parent301da6122a03e8573c18b422d3c3b1293b7aa3a9 (diff)
downloadports-442ccd47a6e3a2eecf6b4f070954fe264727e7e3.tar.gz
ports-442ccd47a6e3a2eecf6b4f070954fe264727e7e3.zip
Notes
Diffstat (limited to 'x11-toolkits/gtk30')
-rw-r--r--x11-toolkits/gtk30/files/patch-configure15
1 files changed, 12 insertions, 3 deletions
diff --git a/x11-toolkits/gtk30/files/patch-configure b/x11-toolkits/gtk30/files/patch-configure
index b25b411ac1c0..78cbf3ca2309 100644
--- a/x11-toolkits/gtk30/files/patch-configure
+++ b/x11-toolkits/gtk30/files/patch-configure
@@ -1,6 +1,15 @@
---- configure.orig 2015-12-27 22:02:19.433821000 +0100
-+++ configure 2015-12-27 22:02:39.743841000 +0100
-@@ -26046,9 +26046,7 @@
+--- configure.orig 2016-02-24 05:04:43 UTC
++++ configure
+@@ -25758,7 +25758,7 @@ fi
+ CUPS_API_MAJOR=`echo $ECHO_N $CUPS_API_VERSION | awk -F. '{print $1}'`
+ CUPS_API_MINOR=`echo $ECHO_N $CUPS_API_VERSION | awk -F. '{print $2}'`
+
+- if test $CUPS_API_MAJOR -gt 1 -o \
++ if test $CUPS_API_MAJOR -lt 1 -o \
+ $CUPS_API_MAJOR -eq 1 -a $CUPS_API_MINOR -lt 2; then
+ as_fn_error $? "CUPS >= 1.2 not found" "$LINENO" 5
+ fi
+@@ -26190,9 +26190,7 @@ fi
if test "$have_cups" = "yes"; then
GTK_PRINT_BACKENDS="$GTK_PRINT_BACKENDS,cups"
fi