summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf/files/patch-ad
blob: ea0bfaabf84c5d009de9e3ec516d3c3b28649551 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- gdk-pixbuf-config.in.orig	Mon Apr 10 20:56:56 2000
+++ gdk-pixbuf-config.in	Thu Apr 13 11:40:34 2000
@@ -42,11 +42,11 @@
       if test @includedir@ != /usr/include ; then
         includes=-I@includedir@
       fi
-      echo $includes `gtk-config --cflags`
+      echo $includes `@GTK_CONFIG@ --cflags`
       ;;
     --libs)
       libdirs=-L@libdir@
-      echo $libdirs -lgdk_pixbuf `gtk-config --libs`
+      echo $libdirs -lgdk_pixbuf `@GTK_CONFIG@ --libs`
       ;;
     *)
       echo "${usage}" 1>&2