diff options
| author | Alex Dupre <ale@FreeBSD.org> | 2013-06-24 14:32:11 +0000 |
|---|---|---|
| committer | Alex Dupre <ale@FreeBSD.org> | 2013-06-24 14:32:11 +0000 |
| commit | 7fe96c109332ecdb411ceef911efd11085a88346 (patch) | |
| tree | fd816d2c8b34ef7db2d6bcabe7358eaa7fb2d04f /devel/php55-readline/files/patch-readline_cli.c | |
| parent | graphics/radius-engine: minor fixes (diff) | |
Welcome PHP 5.5!
Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run
Notes
Notes:
svn path=/head/; revision=321684
Diffstat (limited to 'devel/php55-readline/files/patch-readline_cli.c')
| -rw-r--r-- | devel/php55-readline/files/patch-readline_cli.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/php55-readline/files/patch-readline_cli.c b/devel/php55-readline/files/patch-readline_cli.c new file mode 100644 index 000000000000..02f55974f9b0 --- /dev/null +++ b/devel/php55-readline/files/patch-readline_cli.c @@ -0,0 +1,13 @@ +--- readline_cli.c.orig 2012-03-02 16:40:26.000000000 +0100 ++++ readline_cli.c 2012-03-02 16:40:43.000000000 +0100 +@@ -19,6 +19,10 @@ + + /* $Id: readline_cli.c 321634 2012-01-01 13:15:04Z felipe $ */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "php.h" + + #ifndef HAVE_RL_COMPLETION_MATCHES |
