$OpenBSD: patch-configure,v 1.7 2007/12/08 22:39:36 eric Exp $
--- configure.orig	Tue Nov 27 07:31:49 2007
+++ configure	Fri Nov 30 22:14:14 2007
@@ -26153,7 +26153,7 @@ else
 
   if test "x$png_REQUIRES" = x; then
     # libpng13 is GnuWin32's libpng-1.2.8 :-(
-    for l in libpng12 libpng13 libpng10 ; do
+    for l in libpng; do
       if $PKG_CONFIG --exists $l ; then
         png_REQUIRES=$l
         use_png=yes
@@ -30010,7 +30010,7 @@ fi
 
 case `$PKG_CONFIG --version` in
 0.?|0.?.?|0.1[0-7]|0.1[0-7].?) PKGCONFIG_REQUIRES="Requires"; ;;
-*) PKGCONFIG_REQUIRES="Requires.private"; ;;
+*) PKGCONFIG_REQUIRES="Requires"; ;;
 esac
 
 
