diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2001-10-04 08:51:47 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2001-10-04 08:51:47 +0000 |
commit | 8285df9452393b6a9dea91b3814fbbab3af32836 (patch) | |
tree | 8fbd1a8f38391cca0352c70e4c491611b48674be /databases/libodbc++/files/patch-configure | |
parent | Add linux_base-7 (diff) |
Add libodbc++ 0.2.2.p5, a C++ class library and toolset for ODBC
access to data sources.
Diffstat (limited to 'databases/libodbc++/files/patch-configure')
-rw-r--r-- | databases/libodbc++/files/patch-configure | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/libodbc++/files/patch-configure b/databases/libodbc++/files/patch-configure new file mode 100644 index 000000000000..aacb29a8f4f7 --- /dev/null +++ b/databases/libodbc++/files/patch-configure @@ -0,0 +1,14 @@ +--- configure.orig Wed Dec 13 02:36:14 2000 ++++ configure Wed Oct 3 17:34:03 2001 +@@ -3752,9 +3752,9 @@ + + if test "x$enable_threads" = "xyes" + then +- QT_LIBS="-lqt-mt" ++ QT_LIBS="-lqt2-mt" + else +- QT_LIBS="-lqt" ++ QT_LIBS="-lqt2" + fi + + QT_MOC="$qt_moc" |