e2afa97f51
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
13 lines
386 B
Text
13 lines
386 B
Text
$NetBSD: patch-ac,v 1.4 2002/08/25 18:39:05 jlam Exp $
|
|
|
|
--- gdk-pixbuf-config.in.orig Thu Oct 25 04:00:14 2001
|
|
+++ gdk-pixbuf-config.in
|
|
@@ -44,7 +44,7 @@
|
|
;;
|
|
--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
|