mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
72efc4cbf4
Remind by: asami
16 lines
419 B
Plaintext
16 lines
419 B
Plaintext
--- 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 @@
|
|
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
|