freebsd-ports/databases/memcacheq/files/patch-configure
Jason Helfman 6571a3f76b - Integrate a upstream patch to fix lock bug when creating queue
- Switch to DB5
- Add a patch to fix configure to proper handling of --enable-threads
- Add LICENSE
- Bump PORTREVISION
- Move to plist to account for package installations

PR: ports/164442
Submitted by: maintainer, m.tsatsenko at gmail.com
Approved by: crees (mentor)
2012-01-25 17:56:43 +00:00

11 lines
468 B
Text

--- configure.orig 2011-10-14 14:34:47.367393592 +0400
+++ configure 2011-10-14 14:34:57.769420421 +0400
@@ -5505,7 +5505,7 @@
enableval=$enable_threads;
fi
-if test "x$enable_threads" == "xyes"; then
+if test "x$enable_threads" = "xyes"; then
{ echo "$as_me:$LINENO: checking for library containing pthread_create" >&5
echo $ECHO_N "checking for library containing pthread_create... $ECHO_C" >&6; }
if test "${ac_cv_search_pthread_create+set}" = set; then