summaryrefslogtreecommitdiff
path: root/archivers/gsharutils/patches/patch-src_uuencode-opts.c
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/gsharutils/patches/patch-src_uuencode-opts.c')
-rw-r--r--archivers/gsharutils/patches/patch-src_uuencode-opts.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/archivers/gsharutils/patches/patch-src_uuencode-opts.c b/archivers/gsharutils/patches/patch-src_uuencode-opts.c
new file mode 100644
index 00000000000..6b655d4399e
--- /dev/null
+++ b/archivers/gsharutils/patches/patch-src_uuencode-opts.c
@@ -0,0 +1,17 @@
+$NetBSD: patch-src_uuencode-opts.c,v 1.1 2015/06/08 23:13:52 joerg Exp $
+
+--- src/uuencode-opts.c.orig 2015-06-08 20:12:11.000000000 +0000
++++ src/uuencode-opts.c
+@@ -37,6 +37,12 @@
+ * You should have received a copy of the GNU General Public License along
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
++#include "config.h"
++#if ENABLE_NLS
++#ifdef HAVE_DCGETTEXT
++# include <gettext.h>
++#endif
++#endif
+
+ #ifndef __doxygen__
+ #define OPTION_CODE_COMPILE 1