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
560 B
Plaintext
Raw Normal View History

2000-02-23 00:04:28 +00:00
--- gdk-pixbuf-config.in.orig Sat Jan 29 23:25:44 2000
+++ gdk-pixbuf-config.in Mon Feb 21 23:54:45 2000
2000-01-28 22:00:27 +00:00
@@ -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@
2000-02-23 00:04:28 +00:00
- echo $libdirs -lgdk_pixbuf `libart-config --libs` `gtk-config --libs`
+ echo $libdirs -lgdk_pixbuf `libart-config --libs` `@GTK_CONFIG@ --libs`
2000-01-28 22:00:27 +00:00
;;
*)
echo "${usage}" 1>&2