Gentoo Archives: gentoo-commits

From: "Dirkjan Ochtman (djc)" <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lua/luadbi/files: 0.5-postgres-path.patch
Date: Mon, 02 May 2011 16:37:17
Message-Id: 20110502163707.B4CAE20057@flycatcher.gentoo.org
1 djc 11/05/02 16:37:07
2
3 Added: 0.5-postgres-path.patch
4 Log:
5 Fix path to postgres header (bug 364141).
6
7 (Portage version: 2.1.9.46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-lua/luadbi/files/0.5-postgres-path.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luadbi/files/0.5-postgres-path.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luadbi/files/0.5-postgres-path.patch?rev=1.1&content-type=text/plain
14
15 Index: 0.5-postgres-path.patch
16 ===================================================================
17 --- dbd/postgresql/dbd_postgresql.h.old 2010-05-01 06:25:12.000000000 +0200
18 +++ dbd/postgresql/dbd_postgresql.h 2011-04-19 16:59:53.364944209 +0200
19 @@ -1,5 +1,5 @@
20 #include <libpq-fe.h>
21 -#include <postgres_fe.h>
22 +#include <server/postgres_fe.h>
23 #include <dbd/common.h>
24
25 /*