summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf/patches/patch-ac
blob: 18425e05d97dafa30626513af67412cccd94f79f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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