mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 19:09:16 -04:00
compiled WITHOUT_NLS=yes, this fixes: /usr/local/lib/claws-mail/plugins/fancy.so: Undefined symbol "D_" problems
19 lines
604 B
C
19 lines
604 B
C
$FreeBSD$
|
|
|
|
Index: src/gettext.h
|
|
===================================================================
|
|
RCS file: /home/claws-mail/plugins/gtkhtml2_viewer/src/Attic/gettext.h,v
|
|
retrieving revision 1.1.2.3
|
|
retrieving revision 1.1.2.4
|
|
diff -u -r1.1.2.3 -r1.1.2.4
|
|
--- src/gettext.h 6 Jan 2012 14:23:24 -0000 1.1.2.3
|
|
+++ src/gettext.h 9 Jul 2012 05:09:48 -0000 1.1.2.4
|
|
@@ -69,7 +69,7 @@
|
|
# define bind_textdomain_codeset(Domainname, Codeset) ((const char *) (Codeset))
|
|
|
|
#define _(str) str
|
|
-
|
|
+#define D_(domain, str) (domain, str)
|
|
#endif
|
|
|
|
/* A pseudo function call that serves as a marker for the automated
|