openbsd-ports/graphics/gdk-pixbuf/patches/patch-gdk-pixbuf-config_in
brad 973b8df18f Move headers path back to the intended spot, it was just too easy
to have them picked up in the current spot instead of Gtk+2 headers.
This was originally done to prevent potential breakage from an upgrade
when the headers path was changed to prevent this kind of problem in
the first place but it looks like all ports deal with this gracefully
since they use "gdk-pixbuf-config --cflags" to find the path.
2003-01-18 23:15:43 +00:00

13 lines
453 B
Plaintext

$OpenBSD: patch-gdk-pixbuf-config_in,v 1.6 2003/01/18 23:15:43 brad Exp $
--- gdk-pixbuf-config.in.orig Tue Oct 9 16:49:55 2001
+++ gdk-pixbuf-config.in Sat Jan 18 16:49:23 2003
@@ -44,7 +44,7 @@ while test $# -gt 0; do
;;
--libs)
libdirs=-L@libdir@
- echo $libdirs -lgdk_pixbuf `gtk-config --libs`
+ echo $libdirs -lgdk_pixbuf `gtk-config --libs` @LIBTIFF@ @LIBJPEG@ @LIBPNG@
;;
*)
echo "${usage}" 1>&2