summaryrefslogtreecommitdiff
path: root/www/apache22/files/patch-srclib:apr:build:apr_hints.m4
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-07 00:02:16 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-07 00:02:16 +0000
commit63e45c24e6d42b4067c6070a474cab7c0dded7f7 (patch)
treeae3c2caec114b410f2cc3c946202abf440a4e245 /www/apache22/files/patch-srclib:apr:build:apr_hints.m4
parent- Set the ITK version. (diff)
- Regenerate patch files with make makepatch for they have
piled up and additional patches conflict. This also will help when we try to syncronize www/apache20&www/apache22 - Unconditionally apply the mod_proxy_connect patch, you just may or may not actually compile the file to save some logic in Makefile With Hat: apache@
Diffstat (limited to 'www/apache22/files/patch-srclib:apr:build:apr_hints.m4')
-rw-r--r--www/apache22/files/patch-srclib:apr:build:apr_hints.m416
1 files changed, 0 insertions, 16 deletions
diff --git a/www/apache22/files/patch-srclib:apr:build:apr_hints.m4 b/www/apache22/files/patch-srclib:apr:build:apr_hints.m4
deleted file mode 100644
index 6a1445ddfb6d..000000000000
--- a/www/apache22/files/patch-srclib:apr:build:apr_hints.m4
+++ /dev/null
@@ -1,16 +0,0 @@
---- srclib/apr/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004
-+++ srclib/apr/build/apr_hints.m4 Wed Oct 27 11:25:32 2004
-@@ -137,11 +137,7 @@
- ;;
- *-freebsd*)
- APR_SETIFNULL(apr_lock_method, [USE_FLOCK_SERIALIZE])
-- if test -x /sbin/sysctl; then
-- os_version=`/sbin/sysctl -n kern.osreldate`
-- else
-- os_version=000000
-- fi
-+ os_version="%%OSVERSION%%"
- # 502102 is when libc_r switched to libpthread (aka libkse).
- if test $os_version -ge "502102"; then
- apr_cv_pthreads_cflags="none"
-