pkgsrc/x11/qt3-libs/patches/patch-ba
drochner 4cd510ca6c give the postgesql database adapter a chance to compile
(not in this pkg)
(centralized patches suck)
2002-10-28 10:46:06 +00:00

13 lines
386 B
Text

$NetBSD: patch-ba,v 1.1 2002/10/28 10:46:07 drochner Exp $
--- src/sql/drivers/psql/qsql_psql.h.orig Sun Oct 27 22:21:30 2002
+++ src/sql/drivers/psql/qsql_psql.h Sun Oct 27 22:21:51 2002
@@ -40,7 +40,7 @@
#include <qsqlresult.h>
#include <qsqlfield.h>
#include <qsqldriver.h>
-#include <libpq-fe.h>
+#include <pgsql/libpq-fe.h>
#ifdef QT_PLUGIN
#define Q_EXPORT_SQLDRIVER_PSQL