pkgsrc/security/gnupg2/patches/patch-ac

21 lines
584 B
Text

$NetBSD: patch-ac,v 1.3 2007/05/12 11:08:31 shannonjr Exp $
--- common/Makefile.am.orig 2007-01-31 05:11:51.000000000 -0700
+++ common/Makefile.am
@@ -26,7 +26,7 @@ TESTS = $(module_tests)
AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/intl
-AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS)
+AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) $(LIBASSUAN_CFLAGS)
common_sources = \
common-defs.h \
@@ -46,6 +46,7 @@ common_sources = \
xasprintf.c \
xreadline.c \
membuf.c membuf.h \
+ memrchr.c memrchr.h \
iobuf.c iobuf.h \
ttyio.c ttyio.h \
asshelp.c asshelp.h \