diff options
author | Alex Dupre <ale@FreeBSD.org> | 2011-05-24 08:36:55 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2011-05-24 08:36:55 +0000 |
commit | 2794859ce534d900cba777d1ea50bd62aae8871a (patch) | |
tree | a78d69a0e2c7fdafddecce4b1969a8691ae3c05c /databases/php5-interbase/files/patch-php_ibase_includes.h | |
parent | Dicewaregen is simple perl script that generated Diceware dictionaries, that (diff) |
- Remove no more needed patch
- Fix crash
- Bump PORTREVISION
- This port needs php5 compiled with LINKTHR option
Submitted by: eav@mobil-soft.ru
Notes
Notes:
svn path=/head/; revision=274571
Diffstat (limited to 'databases/php5-interbase/files/patch-php_ibase_includes.h')
-rw-r--r-- | databases/php5-interbase/files/patch-php_ibase_includes.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/php5-interbase/files/patch-php_ibase_includes.h b/databases/php5-interbase/files/patch-php_ibase_includes.h new file mode 100644 index 000000000000..eb5b653f74d4 --- /dev/null +++ b/databases/php5-interbase/files/patch-php_ibase_includes.h @@ -0,0 +1,11 @@ +--- php_ibase_includes.h.orig 2011-05-24 10:11:01.000000000 +0200 ++++ php_ibase_includes.h 2011-05-24 10:11:12.000000000 +0200 +@@ -51,7 +51,7 @@ + #define LE_PLINK "Firebird/InterBase persistent link" + #define LE_TRANS "Firebird/InterBase transaction" + +-#define IBASE_MSGSIZE 256 ++#define IBASE_MSGSIZE 512 + #define MAX_ERRMSG (IBASE_MSGSIZE*2) + + #define IB_DEF_DATE_FMT "%Y-%m-%d" |