17464b89a4
- Mark BROKEN on 4.x and !i386 (almost) PR: ports/79615 Submitted by: Sam Lawrance <boris@brooknet.com.au>
11 lines
402 B
C
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() */
|