summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf/files/patch-ad
blob: abd997ea53ac9aedaf58d00c72bc495be5c85d84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- gdk-pixbuf-config.in.orig	Sat Jan 29 23:25:44 2000
+++ gdk-pixbuf-config.in	Mon Feb 21 23:54:45 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 `libart-config --libs` `gtk-config --libs`
+      echo $libdirs -lgdk_pixbuf `libart-config --libs` `@GTK_CONFIG@ --libs`
       ;;
     *)
       echo "${usage}" 1>&2