summaryrefslogtreecommitdiffstats
path: root/graphics/gdk-pixbuf/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gdk-pixbuf/files/patch-ad')
-rw-r--r--graphics/gdk-pixbuf/files/patch-ad16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf/files/patch-ad b/graphics/gdk-pixbuf/files/patch-ad
new file mode 100644
index 000000000..37e0eca62
--- /dev/null
+++ b/graphics/gdk-pixbuf/files/patch-ad
@@ -0,0 +1,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