diff options
Diffstat (limited to 'graphics/gdk-pixbuf/files/patch-ad')
-rw-r--r-- | graphics/gdk-pixbuf/files/patch-ad | 16 |
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 000000000000..d73a86635710 --- /dev/null +++ b/graphics/gdk-pixbuf/files/patch-ad @@ -0,0 +1,16 @@ +--- gdk-pixbuf-config.in.orig Tue Jan 11 12:52:12 2000 ++++ gdk-pixbuf-config.in Fri Jan 28 10:37:30 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 -lart_lgpl `gtk-config --libs` -lm ++ echo $libdirs -lgdk_pixbuf -lart_lgpl `@GTK_CONFIG@ --libs` -lm + ;; + *) + echo "${usage}" 1>&2 |