openbsd-ports/graphics/gdk-pixbuf/patches/patch-gdk-pixbuf-config_in
naddy a2977f2152 Update to 0.10.1.
From Couderc Damien <couderc.damien@wanadoo.fr>.
ok MAINTAINER, obecian@
2001-03-27 11:45:07 +00:00

13 lines
454 B
Plaintext

$OpenBSD: patch-gdk-pixbuf-config_in,v 1.1 2001/03/27 11:45:11 naddy Exp $
--- gdk-pixbuf-config.in.orig Thu Mar 15 09:13:23 2001
+++ gdk-pixbuf-config.in Thu Mar 15 09:14:20 2001
@@ -46,7 +46,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