$OpenBSD: patch-lib_gnutls_pc_in,v 1.4 2012/07/08 09:02:10 ajacoutot Exp $

-pthread is needed to link with gnutls.

--- lib/gnutls.pc.in.orig	Thu Apr 12 22:05:11 2012
+++ lib/gnutls.pc.in	Sat Jul  7 12:23:30 2012
@@ -18,7 +18,7 @@ Name: GnuTLS
 Description: Transport Security Layer implementation for the GNU system
 URL: http://www.gnu.org/software/gnutls/
 Version: @VERSION@
-Libs: -L${libdir} -lgnutls
+Libs: -L${libdir} -lgnutls -pthread
 Libs.private: @LTLIBNETTLE@
 @GNUTLS_REQUIRES_PRIVATE@
 Cflags: -I${includedir}
