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

13 lines
473 B
Plaintext

$OpenBSD: patch-gettext-tools_src_msgattrib_c,v 1.1 2005/12/18 21:53:18 sturm Exp $
--- gettext-tools/src/msgattrib.c.orig Sun Dec 18 11:55:24 2005
+++ gettext-tools/src/msgattrib.c Sun Dec 18 11:56:06 2005
@@ -69,7 +69,7 @@ enum
static int to_change;
/* Long options. */
-static const struct option long_options[] =
+static struct option long_options[] =
{
{ "add-location", no_argument, &line_comment, 1 },
{ "clear-fuzzy", no_argument, NULL, CHAR_MAX + 8 },