freebsd-ports/graphics/gdk-pixbuf/files/patch-ad
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00

16 lines
491 B
Text

--- gdk-pixbuf-config.in.orig Tue Oct 23 20:44:44 2001
+++ gdk-pixbuf-config.in Fri Oct 26 11:06:32 2001
@@ -40,11 +40,11 @@
;;
--cflags)
includes=-I@includedir@/gdk-pixbuf-1.0
- 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