diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-08-18 14:29:08 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-08-18 14:29:08 +0000 |
commit | 63f3e3b0d43bb0b1197cbb5e4c4dfc3a34adb25b (patch) | |
tree | db78183546bb8049f66df049872ab54fe9939c31 /www/apache20/files/patch-acinclude.m4 | |
parent | - Update to 0.8.7 (diff) |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@
Notes
Notes:
svn path=/head/; revision=302724
Diffstat (limited to 'www/apache20/files/patch-acinclude.m4')
-rw-r--r-- | www/apache20/files/patch-acinclude.m4 | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/www/apache20/files/patch-acinclude.m4 b/www/apache20/files/patch-acinclude.m4 deleted file mode 100644 index 25b723322636..000000000000 --- a/www/apache20/files/patch-acinclude.m4 +++ /dev/null @@ -1,21 +0,0 @@ ---- ./acinclude.m4.orig 2008-01-07 10:01:56.000000000 -0500 -+++ ./acinclude.m4 2010-05-06 16:06:03.732834004 -0400 -@@ -169,13 +169,17 @@ - - if test -z "$module_standalone"; then - if test -z "$2"; then -- libname="mod_$1.la" -+ # The filename of a convenience library must have a "lib" prefix: -+ libname="libmod_$1.la" - BUILTIN_LIBS="$BUILTIN_LIBS $modpath_current/$libname" - modpath_static="$modpath_static $libname" - cat >>$modpath_current/modules.mk<<EOF - $libname: $objects - \$(MOD_LINK) $objects $5 - EOF -+ if test ! -z "$5"; then -+ APR_ADDTO(AP_LIBS, [$5]) -+ fi - else - apache_need_shared=yes - libname="mod_$1.la" |