aboutsummaryrefslogtreecommitdiff
path: root/mail/elmo/files/patch-src_gettext.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/elmo/files/patch-src_gettext.h')
-rw-r--r--mail/elmo/files/patch-src_gettext.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/elmo/files/patch-src_gettext.h b/mail/elmo/files/patch-src_gettext.h
deleted file mode 100644
index 4e3f573f7618..000000000000
--- a/mail/elmo/files/patch-src_gettext.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gettext.h.orig 2003-04-26 19:01:59 UTC
-+++ src/gettext.h
-@@ -42,7 +42,7 @@
- for invalid uses of the value returned from these functions.
- On pre-ANSI systems without 'const', the config.h file is supposed to
- contain "#define const". */
--# define gettext(Msgid) ((const char *) (Msgid))
-+# define gettext(Msgid) ((char *) (Msgid))
- # define dgettext(Domainname, Msgid) ((const char *) (Msgid))
- # define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid))
- # define ngettext(Msgid1, Msgid2, N) \