diff options
author | drochner <drochner@pkgsrc.org> | 2010-09-01 16:40:53 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-09-01 16:40:53 +0000 |
commit | c11a2998b7cd798098bfb7811f0c07d62a1403b7 (patch) | |
tree | 614edc66626eed0dd4cb261d0c1e1e734e2ed293 /security/dirmngr/patches | |
parent | d967a9807a997a82782529bf6644481a1a60b4c2 (diff) | |
download | pkgsrc-c11a2998b7cd798098bfb7811f0c07d62a1403b7.tar.gz |
update to 1.1.0
changes:
-bugfixes
-Make use of libassuan 2.0 which is available as a DSO
Diffstat (limited to 'security/dirmngr/patches')
-rw-r--r-- | security/dirmngr/patches/patch-ab | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/security/dirmngr/patches/patch-ab b/security/dirmngr/patches/patch-ab deleted file mode 100644 index 8c555597045..00000000000 --- a/security/dirmngr/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$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 |