freebsd-ports/databases/libodbc++/files/patch-configure
2001-10-04 08:51:47 +00:00

14 lines
266 B
Text

--- 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"