summaryrefslogtreecommitdiff
path: root/www/apache22/files/patch-srclib-apr-utils-buildconf
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2006-09-24 16:16:40 +0000
committerClement Laforet <clement@FreeBSD.org>2006-09-24 16:16:40 +0000
commit9f63b13398e0098ca4989e4c2c18065b6f8ab7f5 (patch)
tree4a1d732ac681b8d522e53d6d744bbd24d65788e3 /www/apache22/files/patch-srclib-apr-utils-buildconf
parentFix build with gcc 3.4.6 (diff)
- House keeping (update to current standards: USE_RC_SUBR, USE_LDCONFIG,etc.)
- Remove python dependency unless apr_dbd_mysql is built [1] Required by: many [1]
Diffstat (limited to 'www/apache22/files/patch-srclib-apr-utils-buildconf')
-rw-r--r--www/apache22/files/patch-srclib-apr-utils-buildconf13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/apache22/files/patch-srclib-apr-utils-buildconf b/www/apache22/files/patch-srclib-apr-utils-buildconf
new file mode 100644
index 000000000000..a916dba5deb8
--- /dev/null
+++ b/www/apache22/files/patch-srclib-apr-utils-buildconf
@@ -0,0 +1,13 @@
+--- srclib/apr-util/buildconf.orig Sat Mar 25 20:30:07 2006
++++ srclib/apr-util/buildconf Sun Sep 24 15:13:18 2006
+@@ -81,8 +81,10 @@
+ #
+ # Generate build-outputs.mk for the build systme
+ #
++if [ "x${FULLBUILD}" = "xon" ] ; then
+ echo "Generating 'make' outputs ..."
+ $apr_src_dir/build/gen-build.py make
++fi
+
+ #
+ # If Expat has been bundled, then go and configure the thing