freebsd-ports/lang/scriba/files/patch-extensions-psql-interface.c
Pav Lucistnik 17464b89a4 - Update to 20b0
- Mark BROKEN on 4.x and !i386 (almost)

PR:		ports/79615
Submitted by:	Sam Lawrance <boris@brooknet.com.au>
2005-04-08 19:10:06 +00:00

11 lines
402 B
C

--- extensions/psql/interface.c.orig Tue Mar 1 21:47:06 2005
+++ extensions/psql/interface.c Tue Mar 1 22:08:58 2005
@@ -24,7 +24,7 @@
#define PTS_MODULE "pgsqlinterf.c"
/* vvv Debian GNU/Linux: /usr/include/postgresql/libpq-fe.h */
-#include <postgresql/libpq-fe.h>
+#include <libpq-fe.h>
#include "../../basext.h"
#include <stdio.h> /* simple debugging */
#include <string.h> /* memcmp() */