aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2009-06-26 06:16:31 +0000
committerAlex Dupre <ale@FreeBSD.org>2009-06-26 06:16:31 +0000
commit81b10918b82b0cdcd8af75f7d89f3c7b25aead4c (patch)
treeebc723ae3a69536b7297642c483a9a901f53b2ff
parent1279d205006b12bc6810ed145b6e10a836b48a4d (diff)
downloadports-81b10918b82b0cdcd8af75f7d89f3c7b25aead4c.tar.gz
ports-81b10918b82b0cdcd8af75f7d89f3c7b25aead4c.zip
Notes
-rw-r--r--devel/php5-readline/files/patch-config.m412
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/php5-readline/files/patch-config.m4 b/devel/php5-readline/files/patch-config.m4
index 2fc99fceeb5b..65789cc96424 100644
--- a/devel/php5-readline/files/patch-config.m4
+++ b/devel/php5-readline/files/patch-config.m4
@@ -1,5 +1,5 @@
---- config.m4.orig Tue Jan 17 15:32:03 2006
-+++ config.m4 Tue Jan 17 15:33:12 2006
+--- config.m4.orig 2009-05-14 15:43:52.000000000 +0200
++++ config.m4 2009-06-26 08:10:39.000000000 +0200
@@ -5,10 +5,8 @@
PHP_ARG_WITH(libedit,for libedit readline replacement,
[ --with-libedit[=DIR] Include libedit readline replacement (CLI/CGI only)])
@@ -22,10 +22,10 @@
+ -L$READLINE_DIR/$PHP_LIBDIR $PHP_READLINE_LIBS
+ ])
+
- PHP_CHECK_LIBRARY(history, add_history,
- [
- PHP_ADD_LIBRARY_WITH_PATH(history, $READLINE_DIR/$PHP_LIBDIR, READLINE_SHARED_LIBADD)
-@@ -96,7 +101,6 @@
+ AC_DEFINE(HAVE_LIBREADLINE, 1, [ ])
+
+ elif test "$PHP_LIBEDIT" != "no"; then
+@@ -87,7 +92,6 @@
fi
if test "$PHP_READLINE" != "no" || test "$PHP_LIBEDIT" != "no"; then