summaryrefslogtreecommitdiff
path: root/security/gnupg2/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnupg2/patches/patch-af')
-rw-r--r--security/gnupg2/patches/patch-af12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/gnupg2/patches/patch-af b/security/gnupg2/patches/patch-af
new file mode 100644
index 00000000000..57b51e29912
--- /dev/null
+++ b/security/gnupg2/patches/patch-af
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.1.1.1 2006/11/17 12:13:11 shannonjr Exp $
+
+--- ../libassuan-1.0.0/src/Makefile.am.orig 2006-10-09 04:26:41.000000000 -0600
++++ ../libassuan-1.0.0/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