ports/databases/php-adodb-ext/files/extra-patch-php54-adodb.c
Sunpoet Po-Chuan Hsieh eab3d37c7f - Allow build with php55
- Remove DEFAULT_PHP_VER
- Bump PORTREVISION for dependency change
- While I'm here:
  - Use USE_PHPEXT and PHP_MODNAME
  - Remove unnecessary CONFIGURE_ARGS
  - Simplify Makefile: move common part of two extra patches to patch-adodb.c
  - Use USES=dos2unix
  - Support STAGEDIR
  - Use single space after WWW:

PR:		ports/188236
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2014-04-06 05:49:11 +00:00

11 lines
314 B
C

--- adodb.c.orig 2012-05-20 14:42:41.000000000 +0000
+++ adodb.c 2012-05-20 14:41:28.000000000 +0000
@@ -108,7 +108,7 @@
};
#else
/* PHP 5 */
-function_entry adodb_functions[] = {
+zend_function_entry adodb_functions[] = {
PHP_FE(adodb_movenext,NULL)
PHP_FE(adodb_getall,NULL)
{NULL, NULL, NULL}