diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-02-13 19:09:51 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-02-14 13:36:24 +0100 |
commit | 371879edc620bd68741fc2c1c2b8c8af489dec60 (patch) | |
tree | ddfda3442e5ba0c8392379e1a24072385c8d0547 /www-apache | |
parent | sys-libs/readline: Bump to version 7.0_p3 (diff) | |
download | gentoo-371879edc620bd68741fc2c1c2b8c8af489dec60.tar.gz gentoo-371879edc620bd68741fc2c1c2b8c8af489dec60.tar.bz2 gentoo-371879edc620bd68741fc2c1c2b8c8af489dec60.zip |
www-apache/mod_gnutls: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3960
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_gnutls/files/mod_gnutls-0.7.1-apr_memcache_m4_dirty.patch | 31 |
1 files changed, 0 insertions, 31 deletions
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 index bc95fee5d592..000000000000 --- a/www-apache/mod_gnutls/files/mod_gnutls-0.7.1-apr_memcache_m4_dirty.patch +++ /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`" - ] - ) - |