openbsd-ports/devel/gettext/patches/patch-gettext-tools_src_msgconv_c
2005-12-18 21:53:18 +00:00

13 lines
484 B
Plaintext

$OpenBSD: patch-gettext-tools_src_msgconv_c,v 1.1 2005/12/18 21:53:18 sturm Exp $
--- gettext-tools/src/msgconv.c.orig Sun Dec 18 11:58:30 2005
+++ gettext-tools/src/msgconv.c Sun Dec 18 11:58:40 2005
@@ -52,7 +52,7 @@ static int force_po;
static const char *to_code;
/* Long options. */
-static const struct option long_options[] =
+static struct option long_options[] =
{
{ "add-location", no_argument, &line_comment, 1 },
{ "directory", required_argument, NULL, 'D' },