1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/glib12/files/patch-ac

16 lines
419 B
Plaintext
Raw Normal View History

1998-07-30 05:27:43 +00:00
--- glib-config.in.orig Thu Jun 11 07:21:14 1998
+++ glib-config.in Thu Aug 13 17:46:26 1998
@@ -42,10 +42,10 @@
1998-07-28 15:46:04 +00:00
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@ -lglib11
;;
*)
echo "${usage}" 1>&2