From: Fredrik Fornwall Date: Mon, 6 Jul 2015 12:40:48 +0000 (-0400) Subject: Fix gnupg2 build without gettext X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/0c163c297e25379d63b33e1c842f39d2d1a8c0be?hp=e2302972d156ecc9b31b3138b6d1414d025d04ad Fix gnupg2 build without gettext --- diff --git a/packages/gnupg2/agent-agent.h.patch b/packages/gnupg2/agent-agent.h.patch new file mode 100644 index 00000000..cfe34078 --- /dev/null +++ b/packages/gnupg2/agent-agent.h.patch @@ -0,0 +1,12 @@ +diff -u -r ../gnupg-2.1.6/agent/agent.h ./agent/agent.h +--- ../gnupg-2.1.6/agent/agent.h 2015-06-30 16:26:08.000000000 -0400 ++++ ./agent/agent.h 2015-07-06 08:39:31.806515184 -0400 +@@ -310,7 +310,7 @@ + agent_Lunderscore (ctrl_t ctrl, const char *string) \ + { \ + return ctrl? i18n_localegettext (ctrl->lc_messages, string) \ +- /* */: gettext (string); \ ++ /* */: string; \ + } + +