diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-04-23 04:25:26 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-04-23 04:25:26 +0000 |
commit | 1563f1a86260f0f786401c988a342804fc700751 (patch) | |
tree | 2eb996c116b6bbb98744de93ca2c7d8ddd3f8eda /www/mod_php5/files | |
parent | f0bde28cbd12dbce14f4e10b79c5d304da933fcf (diff) | |
download | FreeBSD-ports-1563f1a86260f0f786401c988a342804fc700751.zip FreeBSD-ports-1563f1a86260f0f786401c988a342804fc700751.tar.gz |
Fix postgresql7's new layout & include file problem.
PR: ports/26755
Submitted by: Palle Girgensohn <girgen@partitur.se>
Diffstat (limited to 'www/mod_php5/files')
-rw-r--r-- | www/mod_php5/files/patch-pgsql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/mod_php5/files/patch-pgsql b/www/mod_php5/files/patch-pgsql new file mode 100644 index 0000000..7d9ccaa --- /dev/null +++ b/www/mod_php5/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 |