opnsense-ports/www/mod_memcache/files/patch-configure
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
563 B
Text

--- 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"