1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/gdk-pixbuf/files/patch-ad
2000-04-21 16:07:46 +00:00

17 lines
514 B
Plaintext

--- 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