summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Quinteiro <gentoo@quinteiro.org>2012-08-02 23:10:24 -0700
committerJose Quinteiro <gentoo@quinteiro.org>2012-08-02 23:10:24 -0700
commit63ac90ecf328c66cb5948c602ed064ded38934fd (patch)
tree29a84058838654316fea5ef344739307ab1e409f /dev-lua/luadbi/files/0.5-postgres-path.patch
parentFix EAPI declaration (diff)
downloadJoseQ-63ac90ecf328c66cb5948c602ed064ded38934fd.tar.gz
JoseQ-63ac90ecf328c66cb5948c602ed064ded38934fd.tar.bz2
JoseQ-63ac90ecf328c66cb5948c602ed064ded38934fd.zip
Proposed fix for Bug 427928
Diffstat (limited to 'dev-lua/luadbi/files/0.5-postgres-path.patch')
-rw-r--r--dev-lua/luadbi/files/0.5-postgres-path.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-lua/luadbi/files/0.5-postgres-path.patch b/dev-lua/luadbi/files/0.5-postgres-path.patch
new file mode 100644
index 0000000..87a0e88
--- /dev/null
+++ b/dev-lua/luadbi/files/0.5-postgres-path.patch
@@ -0,0 +1,9 @@
+--- dbd/postgresql/dbd_postgresql.h.old 2010-05-01 06:25:12.000000000 +0200
++++ dbd/postgresql/dbd_postgresql.h 2011-04-19 16:59:53.364944209 +0200
+@@ -1,5 +1,5 @@
+ #include <libpq-fe.h>
+-#include <postgres_fe.h>
++#include <server/postgres_fe.h>
+ #include <dbd/common.h>
+
+ /* \ No newline at end of file