components/gpgme/patches/001-mkstatus.patch
changeset 303 cae844b2d132
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gpgme/patches/001-mkstatus.patch	Tue Jun 14 14:50:28 2011 -0700
@@ -0,0 +1,17 @@
+--- src/mkstatus	2008-11-03 08:50:12.000000000 -0800
++++ src/mkstatus	2011-05-27 09:27:36.446497463 -0700
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ # mkstatus - Extract error strings from rungpg.h
+ #            and create a lookup table
+ #	Copyright (C) 2000 Werner Koch (dd9jn)
+@@ -38,7 +38,7 @@
+ {
+ EOF
+ 
+-awk '
++gawk '
+ /GPGME_STATUS_ENTER/      { okay = 1 }
+ !okay                     { next }
+ /}/                       { exit 0 }