www-apache/mod_gnutls: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Mon, 13 Feb 2017 18:09:51 +0000 (19:09 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Tue, 14 Feb 2017 12:36:24 +0000 (13:36 +0100)
Closes: https://github.com/gentoo/gentoo/pull/3960

www-apache/mod_gnutls/files/mod_gnutls-0.7.1-apr_memcache_m4_dirty.patch [deleted file]

diff --git a/www-apache/mod_gnutls/files/mod_gnutls-0.7.1-apr_memcache_m4_dirty.patch b/www-apache/mod_gnutls/files/mod_gnutls-0.7.1-apr_memcache_m4_dirty.patch
deleted file mode 100644 (file)
index bc95fee..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
---- mod_gnutls-0.7.1/m4/apr_memcache.m4
-+++ mod_gnutls-0.7.1/m4/apr_memcache.m4
-@@ -40,23 +40,20 @@
- if test -n "$apr_memcache_includes"; then
-     apr_memcache_includedir=$apr_memcache_includes
- elif test -n "$apr_memcache_prefix"; then
--    apr_memcache_includedir=$apr_memcache_prefix/include/apr_memcache-0
-+    apr_memcache_includedir=$apr_memcache_prefix/include/aprutil-1
- else
--    apr_memcache_includedir=$includedir/apr_memcache-0
-+    apr_memcache_includedir=$includedir/aprutil-1
- fi
- CFLAGS="-I$apr_memcache_includedir $CFLAGS"
- AC_CHECK_LIB(
--    apr_memcache,
-+    aprutil-1,
-     apr_memcache_create,
-     [
--      APR_MEMCACHE_LIBS="-lapr_memcache"
--      if test -n "$apr_memcache_libdir"; then
--          APR_MEMCACHE_LIBS="-R$apr_memcache_libdir -L$apr_memcache_libdir $APR_MEMCACHE_LIBS"
--      fi
--      APR_MEMCACHE_CFLAGS="-I$apr_memcache_includedir"
-+    APR_MEMCACHE_LIBS="`apu-1-config --link-ld`"
-+    APR_MEMCACHE_CFLAGS="`apu-1-config --includes`"
-     ]
- )