pkgsrc/x11/qt3-libs/patches/patch-bb
skrll d2aff0e543 Update qt to 3.0.7 - the final maintenance release of qt 3.0.
Lots of bugfixes including one for the ListView expansion problem.

Fix kwin in kdebase after a QT global was renamed.
2003-02-04 18:06:48 +00:00

22 lines
602 B
Text

$NetBSD: patch-bb,v 1.2 2003/02/04 18:09:16 skrll Exp $
--- src/sql/drivers/psql/qsql_psql.cpp.orig Wed Jan 8 14:24:52 2003
+++ src/sql/drivers/psql/qsql_psql.cpp
@@ -44,14 +44,14 @@
#if defined(DEBUG)
# undef DEBUG
#endif
-#include <postgres.h>
-#include <libpq/libpq-fs.h>
+#include <pgsql/server/postgres.h>
+#include <pgsql/libpq/libpq-fs.h>
// PostgreSQL header <catalog/pg_type.h> redefines errno erroneously.
#if defined(errno)
# undef errno
#endif
#define errno qt_psql_errno
-#include <catalog/pg_type.h>
+#include <pgsql/server/catalog/pg_type.h>
#undef errno
#include <math.h>