summaryrefslogtreecommitdiff
path: root/editors/cooledit/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'editors/cooledit/patches/patch-ab')
-rw-r--r--editors/cooledit/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/cooledit/patches/patch-ab b/editors/cooledit/patches/patch-ab
deleted file mode 100644
index 50c49d94bbb..00000000000
--- a/editors/cooledit/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2002/07/07 19:45:39 dmcmahill Exp $
-
---- widget/libgettext.h.orig Sat Jul 6 15:38:39 2002
-+++ widget/libgettext.h
-@@ -126,7 +126,7 @@
- /* Solaris 2.3 has the gettext function but dcgettext is missing.
- So we omit this optimization for Solaris 2.3. BTW, Solaris 2.4
- has dcgettext. */
--# if !HAVE_CATGETS && (!HAVE_GETTEXT || HAVE_DCGETTEXT)
-+# if !HAVE_CATGETS && (!HAVE_GETTEXT || HAVE_DCGETTEXT) && !defined(__NetBSD__)
-
- # define gettext(Msgid) \
- dgettext (NULL, Msgid)