ports/ftp/proftpd/files/patch-pgsql
Ying-Chieh Liao 4eb98295d7 make pgsql support work again
PR:		43741
Submitted by:	Rong-en Fan <rafan@infor.org>
Approved by:	maintainer (mharo) timeout (1 month)
2002-11-01 17:12:50 +00:00

11 lines
280 B
Text

--- ./contrib/mod_sql_postgres.c.orig Sun Oct 6 21:47:43 2002
+++ ./contrib/mod_sql_postgres.c Sun Oct 6 21:47:50 2002
@@ -35,7 +35,7 @@
#define _POSTGRES_PORT "5432"
-#include <pgsql/libpq-fe.h>
+#include <libpq-fe.h>
#include "conf.h"
#include "../contrib/mod_sql.h"