diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-23 04:25:26 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-23 04:25:26 +0000 |
commit | 7c60afc43758de3dbb046670d3d074c5f81bdce7 (patch) | |
tree | c5e3dac1e1abe9288e708f47aee0923751e1d354 /www/mod_php4/files | |
parent | Fix postgresql.jar link probram, and bump version too. (diff) |
Fix postgresql7's new layout & include file problem.
PR: ports/26755
Submitted by: Palle Girgensohn <girgen@partitur.se>
Notes
Notes:
svn path=/head/; revision=41816
Diffstat (limited to 'www/mod_php4/files')
-rw-r--r-- | www/mod_php4/files/patch-pgsql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/mod_php4/files/patch-pgsql b/www/mod_php4/files/patch-pgsql new file mode 100644 index 000000000000..7d9ccaa04ce0 --- /dev/null +++ b/www/mod_php4/files/patch-pgsql @@ -0,0 +1,10 @@ +--- ext/pgsql/php_pgsql.h~ Wed Sep 13 06:13:36 2000 ++++ ext/pgsql/php_pgsql.h Sat Apr 21 20:26:21 2001 +@@ -29,7 +29,6 @@ + + #ifdef PHP_PGSQL_PRIVATE + #undef SOCKET_SIZE_TYPE +-#include <postgres.h> + #include <libpq-fe.h> + + #ifdef PHP_WIN32 |