From eea0d95e0015ca9242456c05982ace54d684edd8 Mon Sep 17 00:00:00 2001 From: heinz Date: Sat, 9 Aug 2003 08:11:30 +0000 Subject: fix for bad sh behaviour on Solaris (already available in latest GnuPG snapshots) --- security/gnupg/patches/patch-ab | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 security/gnupg/patches/patch-ab (limited to 'security') diff --git a/security/gnupg/patches/patch-ab b/security/gnupg/patches/patch-ab new file mode 100644 index 00000000000..f6520c3c670 --- /dev/null +++ b/security/gnupg/patches/patch-ab @@ -0,0 +1,23 @@ +$NetBSD: patch-ab,v 1.19 2003/08/09 08:11:30 heinz Exp $ + +--- checks/defs.inc.orig Thu May 1 15:17:46 2003 ++++ checks/defs.inc +@@ -99,9 +99,9 @@ pgmname=`basename $0` + [ -z "$srcdir" ] && fatal "not called from make" + + # Make sure we have a valid option files even with VPATH builds. +-if [ -f ./options]; then ++if [ -f ./options ]; then + : +-elif [ -f ./gpg.conf]; then ++elif [ -f ./gpg.conf ]; then + : + elif [ -f $srcdir/options ]; then + cat $srcdir/options >gpg.conf +@@ -112,4 +112,4 @@ GPG="../g10/gpg --homedir . " + exec 2> ${pgmname}.log + + : +-# end +\ No newline at end of file ++# end -- cgit v1.2.3