$OpenBSD: patch-config_tests_unix_tds_tds_pro,v 1.1 2011/04/15 16:13:23 ajacoutot Exp $

-pthread is needed to link with libsybdb (gnutls).

--- config.tests/unix/tds/tds.pro.orig	Thu Apr 14 09:23:00 2011
+++ config.tests/unix/tds/tds.pro	Thu Apr 14 09:23:14 2011
@@ -1,4 +1,4 @@
 SOURCES = tds.cpp
 CONFIG -= qt dylib
 mac:CONFIG -= app_bundle
-LIBS += -lsybdb
+LIBS += -lsybdb -pthread
