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
1998-07-30 05:27:43 +00:00

12 lines
339 B
Plaintext

--- glib-config.in.orig Thu Jun 11 07:21:14 1998
+++ glib-config.in Thu Jul 30 12:44:12 1998
@@ -42,7 +42,7 @@
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@