0d7986f54d
from maintainer Eric Faurot ok jasper@
22 lines
644 B
Plaintext
22 lines
644 B
Plaintext
$OpenBSD: patch-configure,v 1.5 2007/05/21 12:35:33 steven Exp $
|
|
--- configure.orig Tue May 1 22:25:17 2007
|
|
+++ configure Sat May 5 16:09:43 2007
|
|
@@ -25884,7 +25884,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
|
|
@@ -29667,7 +29667,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
|
|
|
|
|