1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/gdk-pixbuf/files/patch-ad

17 lines
544 B
Plaintext
Raw Normal View History

2000-01-28 22:00:27 +00:00
--- 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