]> git.pld-linux.org Git - packages/php.git/blob - php-libpq_fs_h_path.patch
This commit was manufactured by cvs2git to create branch 'DEVEL'.
[packages/php.git] / php-libpq_fs_h_path.patch
1 diff -urN php5.3-200803022130/ext/pgsql/php_pgsql.h mod/ext/pgsql/php_pgsql.h
2 --- php5.3-200803022130/ext/pgsql/php_pgsql.h   2008-01-30 11:31:48.000000000 +0000
3 +++ mod/ext/pgsql/php_pgsql.h   2008-03-02 22:27:42.292062316 +0000
4 @@ -41,7 +41,7 @@
5  #define PHP_PGSQL_API __declspec(dllimport)
6  #endif
7  #else
8 -#include <libpq/libpq-fs.h>
9 +#include <postgresql/server/libpq/libpq-fs.h>
10  # if defined(__GNUC__) && __GNUC__ >= 4
11  #  define PHP_PGSQL_API __attribute__ ((visibility("default")))
12  # else
This page took 0.09936 seconds and 3 git commands to generate.