summaryrefslogtreecommitdiff
path: root/www/dillo/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'www/dillo/patches/patch-ad')
-rw-r--r--www/dillo/patches/patch-ad22
1 files changed, 18 insertions, 4 deletions
diff --git a/www/dillo/patches/patch-ad b/www/dillo/patches/patch-ad
index ef8bcb173f0..24cd78ff83f 100644
--- a/www/dillo/patches/patch-ad
+++ b/www/dillo/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.1 2009/07/09 05:04:03 snj Exp $
+$NetBSD: patch-ad,v 1.2 2010/12/11 19:08:35 chuck Exp $
---- configure.orig 2009-07-08 21:32:56.000000000 -0700
-+++ configure 2009-07-08 21:33:06.000000000 -0700
-@@ -2346,7 +2346,7 @@ am__tar='${AMTAR} chof - "$$tardir"'; am
+--- configure.orig 2010-02-11 05:19:59.000000000 -0500
++++ configure 2010-12-11 13:52:46.000000000 -0500
+@@ -2999,7 +2999,7 @@
ac_config_headers="$ac_config_headers config.h"
@@ -11,3 +11,17 @@ $NetBSD: patch-ad,v 1.1 2009/07/09 05:04:03 snj Exp $
+@@ -6214,8 +6214,12 @@
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpng-config" >&5
+ $as_echo_n "checking for libpng-config... " >&6; }
+
++
+ if test -z "$PNG_CONFIG"; then
+- PNG_CONFIG=`which libpng12-config`
++ PNG_CONFIG=`which libpng14-config`
++ if test -z "$PNG_CONFIG"; then
++ PNG_CONFIG=`which libpng12-config`
++ fi
+ if test -z "$PNG_CONFIG"; then
+ PNG_CONFIG=`which libpng-config`
+ fi