summaryrefslogtreecommitdiff
path: root/security/gpgme/patches/patch-aa
blob: 469309e25a369d8e1bdc9c7aa17fde702ef26df3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aa,v 1.12 2017/03/31 10:31:57 wiz Exp $

--- src/gpgme-config.in.orig	2016-11-10 16:13:34.000000000 +0000
+++ src/gpgme-config.in
@@ -35,8 +35,8 @@ thread_modules=""
 # For compatibility we keep proving the
 # thread modules variable.
 thread_modules="$thread_modules pthread"
-libs_pthread="-lpthread"
-cflags_pthread=""
+libs_pthread="@PTHREAD_LIBS@"
+cflags_pthread="@PTHREAD_CFLAGS@"
 
 avail_lang='c @GPGME_CONFIG_AVAIL_LANG@'