aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2009-06-26 14:16:31 +0800
committerale <ale@FreeBSD.org>2009-06-26 14:16:31 +0800
commitaeafe4a94ecda870a35b6671aed9d9805f5fcb8f (patch)
tree427e8ce2eaa0bc50b059d3ca99456839edb4cfcc /devel
parent0fb93e80265d34a68917dea82f5e83935f13babc (diff)
downloadfreebsd-ports-gnome-aeafe4a94ecda870a35b6671aed9d9805f5fcb8f.tar.gz
freebsd-ports-gnome-aeafe4a94ecda870a35b6671aed9d9805f5fcb8f.tar.zst
freebsd-ports-gnome-aeafe4a94ecda870a35b6671aed9d9805f5fcb8f.zip
Update patch.
Reported by: many
Diffstat (limited to 'devel')
-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