mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix build.
Submitted by: QAT
This commit is contained in:
parent
b945ff2f90
commit
6e643ee67d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231364
1 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
--- configure.orig 2009-03-30 13:26:57.000000000 +0800
|
--- configure.orig 2009-03-30 13:26:57.000000000 +0800
|
||||||
+++ configure 2009-03-31 15:55:57.000000000 +0800
|
+++ configure 2009-03-31 16:57:35.000000000 +0800
|
||||||
@@ -21054,7 +21054,7 @@
|
@@ -21054,7 +21054,7 @@
|
||||||
|
|
||||||
{ $as_echo "$as_me:$LINENO: result: $have_htoll" >&5
|
{ $as_echo "$as_me:$LINENO: result: $have_htoll" >&5
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
then
|
then
|
||||||
MEMC_BINARY=memcached
|
MEMC_BINARY=memcached
|
||||||
fi
|
fi
|
||||||
@@ -21454,7 +21454,7 @@
|
@@ -21454,11 +21454,10 @@
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
@ -34,4 +34,9 @@
|
||||||
+if test $MEMC_BINARY = "no"
|
+if test $MEMC_BINARY = "no"
|
||||||
then
|
then
|
||||||
{ { $as_echo "$as_me:$LINENO: error: \"could not find memcached binary\"" >&5
|
{ { $as_echo "$as_me:$LINENO: error: \"could not find memcached binary\"" >&5
|
||||||
$as_echo "$as_me: error: \"could not find memcached binary\"" >&2;}
|
-$as_echo "$as_me: error: \"could not find memcached binary\"" >&2;}
|
||||||
|
- { (exit 1); exit 1; }; }
|
||||||
|
+$as_echo "$as_me: error: \"could not find memcached binary\"" >&2;} }
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue