summaryrefslogtreecommitdiff
path: root/databases/memcached/files
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2009-07-14 17:23:30 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2009-07-14 17:23:30 +0000
commitb0b4c66bafff4ecbc2faf1250550861d1ed8c9f0 (patch)
tree9f57c4e90a1dab9c3404dc3b6b201b057acfa49d /databases/memcached/files
parent- Update to 2.1 (diff)
Fix "patch" target: replace files/patch-configure with inline patch,
because "patch-configure" conflicts with repcached-2.2-1.2.8.patch
Notes
Notes: svn path=/head/; revision=237797
Diffstat (limited to 'databases/memcached/files')
-rw-r--r--databases/memcached/files/patch-configure29
1 files changed, 0 insertions, 29 deletions
diff --git a/databases/memcached/files/patch-configure b/databases/memcached/files/patch-configure
deleted file mode 100644
index 07cac4816fc2..000000000000
--- a/databases/memcached/files/patch-configure
+++ /dev/null
@@ -1,29 +0,0 @@
---- configure.orig 2009-04-11 04:03:08.000000000 -0300
-+++ configure 2009-04-25 13:06:44.000000000 -0300
-@@ -3807,7 +3807,7 @@
- enableval=$enable_dtrace;
- fi
-
--if test "x$enable_dtrace" == "xyes"; then
-+if test "x$enable_dtrace" = "xyes"; then
- # Extract the first word of "dtrace", so it can be a program name with args.
- set dummy dtrace; ac_word=$2
- { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
-@@ -3880,7 +3880,7 @@
- enableval=$enable_64bit;
- fi
-
--if test "x$enable_64bit" == "xyes"
-+if test "x$enable_64bit" = "xyes"
- then
- org_cflags=$CFLAGS
- CFLAGS=-m64
-@@ -5842,7 +5842,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
- $as_echo_n "checking for library containing pthread_create... " >&6; }
- if test "${ac_cv_search_pthread_create+set}" = set; then