$NetBSD: patch-ao,v 1.2 2011/01/20 08:54:56 adam Exp $

gpg-zip script will not be installed, so man page also should not be installed.
If will introduce conflict with security/gnupg.

--- doc/Makefile.in.orig	2010-07-19 07:05:40.000000000 +0000
+++ doc/Makefile.in
@@ -351,7 +351,7 @@ myman_sources = gnupg7.texi gpg.texi gpg
 myman_pages = gpg2.1 gpgsm.1 gpg-agent.1 scdaemon.1 gpgv2.1 \
                 watchgnupg.1 gpgconf.1 addgnupghome.8 gpg-preset-passphrase.1 \
 		gpg-connect-agent.1 gpgparsemail.1 symcryptrun.1 \
-		gpgsm-gencert.sh.1 applygnupgdefaults.8 gpg-zip.1
+		gpgsm-gencert.sh.1 applygnupgdefaults.8
 
 man_MANS = $(myman_pages)
 noinst_MANS = gnupg.7
@@ -905,7 +905,7 @@ uninstall-man: uninstall-man1 uninstall-
 
 
 yat2m: yat2m.c
-	$(CC_FOR_BUILD) -o $@ $(srcdir)/yat2m.c
+	$(CC_FOR_BUILD) $(CPPFLAGS) -o $@ $(srcdir)/yat2m.c
 
 .fig.png:
 	fig2dev -L png `test -f '$<' || echo '$(srcdir)/'`$< $@
