15 lines
441 B
Text
15 lines
441 B
Text
$NetBSD: patch-aa,v 1.11 2013/05/03 16:36:04 drochner Exp $
|
|
|
|
--- src/gpgme-config.in.orig 2012-05-02 08:42:23.000000000 +0000
|
|
+++ src/gpgme-config.in
|
|
@@ -33,8 +33,8 @@ gpg_error_libs="@GPG_ERROR_LIBS@"
|
|
thread_modules=""
|
|
|
|
@HAVE_PTHREAD_TRUE@thread_modules="$thread_modules pthread"
|
|
-libs_pthread="-lpthread"
|
|
-cflags_pthread=""
|
|
+libs_pthread="@PTHREAD_LIBS@"
|
|
+cflags_pthread="@PTHREAD_CFLAGS@"
|
|
|
|
# Configure glib.
|
|
libs_glib="@GLIB_LIBS@"
|