summaryrefslogtreecommitdiff
path: root/devel/apr1/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/apr1/files')
-rw-r--r--devel/apr1/files/patch-apr_buildconf10
-rw-r--r--devel/apr1/files/patch-apr_hints.m415
2 files changed, 0 insertions, 25 deletions
diff --git a/devel/apr1/files/patch-apr_buildconf b/devel/apr1/files/patch-apr_buildconf
deleted file mode 100644
index 431c3ecec0ad..000000000000
--- a/devel/apr1/files/patch-apr_buildconf
+++ /dev/null
@@ -1,10 +0,0 @@
---- apr-1.3.9/buildconf.orig 2009-02-24 06:37:18.000000000 +0300
-+++ apr-1.3.9/buildconf 2009-09-27 14:25:11.000000000 +0400
-@@ -71,6 +71,7 @@
-
- echo "buildconf: Using libtool.m4 at ${ltfile}."
-
-+chmod 664 build/libtool.m4
- cat $ltfile | sed -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' > build/libtool.m4
-
- # libtool.m4 from 1.6 requires ltsugar.m4
diff --git a/devel/apr1/files/patch-apr_hints.m4 b/devel/apr1/files/patch-apr_hints.m4
deleted file mode 100644
index a3cf74c88123..000000000000
--- a/devel/apr1/files/patch-apr_hints.m4
+++ /dev/null
@@ -1,15 +0,0 @@
---- apr-1.3.9/build/apr_hints.m4.orig Wed Oct 27 11:12:28 2004
-+++ apr-1.3.9/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"