openbsd-ports/graphics/gdk-pixbuf/patches/patch-gdk-pixbuf-config_in

13 lines
453 B
Plaintext
Raw Normal View History

$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