diff options
Diffstat (limited to 'graphics/gthumb3/patches/patch-ah')
-rw-r--r-- | graphics/gthumb3/patches/patch-ah | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/graphics/gthumb3/patches/patch-ah b/graphics/gthumb3/patches/patch-ah new file mode 100644 index 00000000000..bd4dd9f3554 --- /dev/null +++ b/graphics/gthumb3/patches/patch-ah @@ -0,0 +1,85 @@ +$NetBSD: patch-ah,v 1.1 2012/08/23 18:23:47 drochner Exp $ + +--- configure.orig 2012-08-20 23:33:48.000000000 +0000 ++++ configure +@@ -17739,7 +17739,6 @@ if test -n "$GTHUMB_CFLAGS"; then + gio-unix-2.0 + gtk+-3.0 >= \$GTK_REQUIRED + libpng +- zlib + gsettings-desktop-schemas + \""; } >&5 + ($PKG_CONFIG --exists --print-errors " +@@ -17749,7 +17748,6 @@ if test -n "$GTHUMB_CFLAGS"; then + gio-unix-2.0 + gtk+-3.0 >= $GTK_REQUIRED + libpng +- zlib + gsettings-desktop-schemas + ") 2>&5 + ac_status=$? +@@ -17762,7 +17760,6 @@ if test -n "$GTHUMB_CFLAGS"; then + gio-unix-2.0 + gtk+-3.0 >= $GTK_REQUIRED + libpng +- zlib + gsettings-desktop-schemas + " 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +@@ -17783,7 +17780,6 @@ if test -n "$GTHUMB_LIBS"; then + gio-unix-2.0 + gtk+-3.0 >= \$GTK_REQUIRED + libpng +- zlib + gsettings-desktop-schemas + \""; } >&5 + ($PKG_CONFIG --exists --print-errors " +@@ -17793,7 +17789,6 @@ if test -n "$GTHUMB_LIBS"; then + gio-unix-2.0 + gtk+-3.0 >= $GTK_REQUIRED + libpng +- zlib + gsettings-desktop-schemas + ") 2>&5 + ac_status=$? +@@ -17806,7 +17801,6 @@ if test -n "$GTHUMB_LIBS"; then + gio-unix-2.0 + gtk+-3.0 >= $GTK_REQUIRED + libpng +- zlib + gsettings-desktop-schemas + " 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +@@ -17836,7 +17830,6 @@ fi + gio-unix-2.0 + gtk+-3.0 >= $GTK_REQUIRED + libpng +- zlib + gsettings-desktop-schemas + " 2>&1` + else +@@ -17847,7 +17840,6 @@ fi + gio-unix-2.0 + gtk+-3.0 >= $GTK_REQUIRED + libpng +- zlib + gsettings-desktop-schemas + " 2>&1` + fi +@@ -17861,7 +17853,6 @@ fi + gio-unix-2.0 + gtk+-3.0 >= $GTK_REQUIRED + libpng +- zlib + gsettings-desktop-schemas + ) were not met: + +@@ -21076,7 +21067,7 @@ else + fi + + +-if test "$with_smclient" == "auto"; then ++if test "$with_smclient" = "auto"; then + case "$GDK_TARGET" in + x11) with_smclient=xsmp ;; + *) with_smclient=no ;; |