1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/mail/elmo/files/patch-src_gettext.h
Mathieu Arnold 7c26f06281 Update to 1.3.2.
PR:		209044
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-26 12:42:12 +00:00

12 lines
526 B
C

--- 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) \