mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
17 lines
514 B
Plaintext
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
|