summaryrefslogtreecommitdiffstats
path: root/graphics/gdk-pixbuf/files/patch-ad
blob: 37e0eca6216ee6d930b49d1f8ab3d42e0a59c2bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- gdk-pixbuf-config.in.orig   Tue Oct 23 20:44:44 2001
+++ gdk-pixbuf-config.in    Fri Oct 26 11:06:32 2001
@@ -40,11 +40,11 @@
       ;;
     --cflags)
       includes=-I@includedir@/gdk-pixbuf-1.0
-      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