1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Add a patch for glib-config.

This commit is contained in:
Vanilla I. Shu 1998-07-28 15:46:04 +00:00
parent c8664289aa
commit 842ae7370d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12187

View File

@ -0,0 +1,15 @@
--- 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