summaryrefslogtreecommitdiff
path: root/audio/aumix/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/aumix/patches/patch-aa')
-rw-r--r--audio/aumix/patches/patch-aa21
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/aumix/patches/patch-aa b/audio/aumix/patches/patch-aa
new file mode 100644
index 00000000000..675cd6ab0c0
--- /dev/null
+++ b/audio/aumix/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1 2001/04/05 13:50:43 wiz Exp $
+
+--- src/common.h.orig Tue Jun 27 07:51:42 2000
++++ src/common.h
+@@ -61,14 +61,14 @@
+ * Our `LOCAL_TEXT(STRING)' macro stands in for gettext (STRING)' when using
+ * NLS, and simply returns STRING otherwise.
+ */
+-#ifdef HAVE_NLS
++#if 1
+ #define LOCAL_TEXT(string) gettext (string)
+ #ifdef gettext_noop
+ #define LOCAL_TEXT_NOOP(string) gettext_noop(string)
+ #else
+ #define LOCAL_TEXT_NOOP(string) (string)
+ #endif /* gettext_noop */
+-#ifdef HAVE_LIBINTL_H
++#if 1
+ #include <libintl.h>
+ #include <locale.h>
+ #endif /* HAVE_LIBINTL_H */