mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 18:10:38 -04:00
15 lines
417 B
Text
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
|