summaryrefslogtreecommitdiff
path: root/security/dirmngr/patches/patch-ab
blob: 8c555597045fc9aaef38ce03cf966426039fde70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.6 2009/12/15 19:43:16 drochner Exp $

--- ../libassuan-1.0.5/src/Makefile.am.orig	2006-11-21 11:17:18.000000000 -0700
+++ ../libassuan-1.0.5/src/Makefile.am
@@ -26,6 +26,7 @@ MOSTLYCLEANFILES = assuan-errors.c
 
 if HAVE_PTH
 libassuan_pth = libassuan-pth.a
+AM_CFLAGS=$(PTH_CFLAGS)
 else
 libassuan_pth = 
 endif