summaryrefslogtreecommitdiff
path: root/www/mod_php4/files
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-04-23 04:25:26 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-04-23 04:25:26 +0000
commit7c60afc43758de3dbb046670d3d074c5f81bdce7 (patch)
treec5e3dac1e1abe9288e708f47aee0923751e1d354 /www/mod_php4/files
parentFix 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-pgsql10
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