ports/www/apache22/files/patch-srclib-apr-utils-buildconf
Clement Laforet 9f63b13398 - 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]
2006-09-24 16:16:40 +00:00

13 lines
376 B
Text

--- 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