mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
26 lines
674 B
Text
26 lines
674 B
Text
|
|
$FreeBSD$
|
|
|
|
--- configure.orig Fri Jun 7 18:58:41 2002
|
|
+++ configure Sat Jul 20 15:01:54 2002
|
|
@@ -6554,6 +6554,7 @@
|
|
|
|
# This can be used to rebuild libtool when needed
|
|
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
|
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
|
|
|
# Always use our own libtool.
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
@@ -7460,9 +7461,9 @@
|
|
|
|
rm -f conf.glibtest
|
|
|
|
- GLIB_CFLAGS=`glib-config --cflags glib`
|
|
- GLIB_LIBS=`glib-config --libs glib`
|
|
- GMODULE_LIBS=`glib-config --libs gmodule`
|
|
+ GLIB_CFLAGS=`$GLIB_CONFIG --cflags glib`
|
|
+ GLIB_LIBS=`$GLIB_CONFIG --libs glib`
|
|
+ GMODULE_LIBS=`$GLIB_CONFIG --libs gmodule`
|
|
FAVOUR_LIBXML=1
|
|
SOUP_PKGCONFIG_REQUIRES="glib"
|
|
|