9ad6593a7c
While here: - Fix build with NLS disabled - Fix LICENSE - Switch to USES=localbase - Switch to options helpers - Don't try to use X11 during build PR: 206831 [1] Submitted by: cmangin@arobas.net [1] MFH: 2016Q1 (blanket)
14 lines
338 B
C
14 lines
338 B
C
--- util/localize.h.orig 2013-05-03 17:17:37 UTC
|
|
+++ util/localize.h
|
|
@@ -31,9 +31,10 @@
|
|
# include <config.h>
|
|
#endif
|
|
|
|
+#ifdef ENABLE_NLS
|
|
+
|
|
#include <libintl.h>
|
|
|
|
-#ifdef ENABLE_NLS
|
|
/** shorthand for fetching translation of default domain */
|
|
# define tr(s) gettext (s)
|
|
/** shorthand for fetching translation of specified domain */
|