summaryrefslogtreecommitdiffstats
path: root/databases/libgda3/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'databases/libgda3/files/patch-configure')
-rw-r--r--databases/libgda3/files/patch-configure12
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/libgda3/files/patch-configure b/databases/libgda3/files/patch-configure
new file mode 100644
index 000000000..23dded5f5
--- /dev/null
+++ b/databases/libgda3/files/patch-configure
@@ -0,0 +1,12 @@
+--- configure.orig 2008-01-31 22:16:42.000000000 +0100
++++ configure 2008-01-31 22:19:04.000000000 +0100
+@@ -24065,6 +24065,9 @@ echo "$as_me: WARNING: Postgres backend
+ elif test -f ${postgresdir}/include/postgresql/7.4/libpq-fe.h
+ then
+ POSTGRES_CFLAGS=-I${postgresdir}/include/7.4/postgresql
++ elif test -f ${postgresdir}/include/postgresql/server/server/c.h
++ then
++ POSTGRES_CFLAGS=-I${postgresdir}/include/postgresql
+ else
+ { echo "$as_me:$LINENO: WARNING: Postgres include files not found" >&5
+ echo "$as_me: WARNING: Postgres include files not found" >&2;}