openbsd-ports/graphics/cairo/patches/patch-configure
espie 4e171598a6 update glitz/cairo to current stable versions. New patch from maintainer
Eric Faurot. Some infrastructure tweaks by me.

Appears to work just fine on a variety of display and architectures,
only issue so far is:
- garbled menus with gimp on 8 bits + RENDER (weird combination).
- firefox 2.0 unhappy on 8 bits displays (setting GDK_USE_XFT=0 solves this)
2007-02-06 21:29:06 +00:00

22 lines
643 B
Plaintext

$OpenBSD: patch-configure,v 1.4 2007/02/06 21:29:06 espie Exp $
--- configure.orig Fri Nov 3 00:30:03 2006
+++ configure Wed Jan 10 21:57:17 2007
@@ -24786,7 +24786,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
@@ -28124,7 +28124,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