ports/devel/glib12/files/patch-ac
1998-07-28 15:46:04 +00:00

15 lines
417 B
Text

--- glib-config.in.orig Tue Jul 28 23:37:04 1998
+++ glib-config.in Tue Jul 28 23:39:18 1998
@@ -42,10 +42,10 @@
if test @includedir@ != /usr/include ; then
includes=-I@includedir@
fi
- echo -I@libdir@/glib/include $includes
+ echo $includes
;;
--libs)
- echo -L@libdir@ -lglib-@LT_RELEASE@
+ echo -L@libdir@ -lglib
;;
*)
echo "${usage}" 1>&2