aboutsummaryrefslogtreecommitdiff
path: root/devel/libsoup22
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-13 07:04:27 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-13 07:04:27 +0000
commit00c2d65c5616ca0fd6404326f2e0333c9439360e (patch)
treea6307625b1ec53556ca8c4777a0b154799520592 /devel/libsoup22
parentb86a7781a1163878885d392a44615f6e2fd06cd0 (diff)
downloadports-00c2d65c5616ca0fd6404326f2e0333c9439360e.tar.gz
ports-00c2d65c5616ca0fd6404326f2e0333c9439360e.zip
Fix build when Apache 2.x is present.
Tested by: Glenn Johnson <glennpj@charter.net>
Notes
Notes: svn path=/head/; revision=70007
Diffstat (limited to 'devel/libsoup22')
-rw-r--r--devel/libsoup22/files/patch-configure23
1 files changed, 18 insertions, 5 deletions
diff --git a/devel/libsoup22/files/patch-configure b/devel/libsoup22/files/patch-configure
index fb57eb67fb25..c5b0a0c6e45a 100644
--- a/devel/libsoup22/files/patch-configure
+++ b/devel/libsoup22/files/patch-configure
@@ -1,8 +1,5 @@
-
-$FreeBSD$
-
---- configure.orig Fri Jun 7 18:58:41 2002
-+++ configure Sat Jul 20 15:01:54 2002
+--- 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
@@ -24,3 +21,19 @@ $FreeBSD$
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