mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 16:20:33 -04:00
39 lines
1.1 KiB
Text
39 lines
1.1 KiB
Text
--- configure.orig Fri Jun 7 11:58:41 2002
|
|
+++ configure Tue Nov 12 17:40:49 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"
|
|
|
|
@@ -9083,11 +9084,11 @@
|
|
fi
|
|
|
|
if test x$APXS != xno; then
|
|
- APACHE_CFLAGS="-I`apxs -q INCLUDEDIR CFLAGS`"
|
|
- APACHE_LIBS=`apxs -q LDFLAGS_SHLIB LIBS_SHLIB`
|
|
+# APACHE_CFLAGS="-I`apxs -q INCLUDEDIR CFLAGS | sed -e 's|;;||g'`"
|
|
+# APACHE_LIBS=`apxs -q LDFLAGS_SHLIB LIBS_SHLIB`
|
|
|
|
- save_CPPFLAGS=$CPPFLAGS
|
|
- CPPFLAGS=$APACHE_CFLAGS
|
|
+# save_CPPFLAGS=$CPPFLAGS
|
|
+# CPPFLAGS=$APACHE_CFLAGS
|
|
|
|
for ac_header in httpd.h http_config.h http_core.h http_log.h http_main.h http_protocol.h
|
|
do
|