$NetBSD: patch-ag,v 1.2 1999/05/27 15:10:54 kleink Exp $ --- gtk-config.in.orig Mon Apr 6 06:31:14 1998 +++ gtk-config.in Tue Feb 16 15:28:19 1999 @@ -42,10 +42,10 @@ if test @includedir@ != /usr/include ; then includes=-I@includedir@ fi - echo -I@libdir@/glib/include $includes @x_cflags@ + echo $includes @x_cflags@ ;; --libs) - echo -L@libdir@ @x_ldflags@ -lgtk -lgdk -lglib @x_libs@ -lm + echo -L@libdir@ -Wl,-R@libdir@ @x_ldflags@ -lgtk10 -lgdk10 -lglib10 @x_libs@ -lm ;; *) echo "${usage}" 1>&2