diff options
author | mat <mat@FreeBSD.org> | 2017-03-29 23:13:10 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-03-29 23:13:10 +0800 |
commit | b78f48864614f3f94adb2153f43321770daa2282 (patch) | |
tree | 29034a38d0dd1a84db27bbc6888cc51d87c22f5d /www/mod_memcache | |
parent | 65a270bc6f940bdd0b25ac837c135fcd9e0b6670 (diff) | |
download | freebsd-ports-gnome-b78f48864614f3f94adb2153f43321770daa2282.tar.gz freebsd-ports-gnome-b78f48864614f3f94adb2153f43321770daa2282.tar.zst freebsd-ports-gnome-b78f48864614f3f94adb2153f43321770daa2282.zip |
Fix build.
Pointy hat: rodrigo
Sponsored by: Absolight
Diffstat (limited to 'www/mod_memcache')
-rw-r--r-- | www/mod_memcache/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/mod_memcache/files/patch-configure b/www/mod_memcache/files/patch-configure deleted file mode 100644 index fc13ec64ab46..000000000000 --- a/www/mod_memcache/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2009-01-06 11:53:39.000000000 +0800 -+++ configure 2009-01-06 11:54:03.000000000 +0800 -@@ -20143,7 +20143,7 @@ - for x in $test_paths ; do - echo "$as_me:$LINENO: checking for apr_memcache library in ${x}" >&5 - echo $ECHO_N "checking for apr_memcache library in ${x}... $ECHO_C" >&6 -- if test -f ${x}/include/apr_memcache-0/apr_memcache.h; then -+ if test -f ${x}/include/apr-1/apr_memcache.h; then - echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 - APR_MEMCACHE_LIBS="-R${x}/lib -L${x}/lib -lapr_memcache" |