mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
17 lines
560 B
Plaintext
17 lines
560 B
Plaintext
--- gdk-pixbuf-config.in.orig Sat Jan 29 23:25:44 2000
|
|
+++ gdk-pixbuf-config.in Mon Feb 21 23:54:45 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 `libart-config --libs` `gtk-config --libs`
|
|
+ echo $libdirs -lgdk_pixbuf `libart-config --libs` `@GTK_CONFIG@ --libs`
|
|
;;
|
|
*)
|
|
echo "${usage}" 1>&2
|