mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
0de9fe3a46
- Update to 1.6.0 - Add support for openssl, mysql, postgresql - Pass maintainership to submitter NOTES: Please read the UPDATING. PR: 109259 Submitted by: Martin Matuska <martin@matuska.org>
12 lines
229 B
C++
12 lines
229 B
C++
--- xdb_sql/xdb_sql.cc.orig Sat Feb 17 10:57:25 2007
|
|
+++ xdb_sql/xdb_sql.cc Sat Feb 17 10:57:36 2007
|
|
@@ -53,7 +53,7 @@
|
|
#endif
|
|
|
|
#ifdef HAVE_POSTGRESQL
|
|
-# include <postgresql/libpq-fe.h>
|
|
+# include <libpq-fe.h>
|
|
#endif
|
|
|
|
/**
|