diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-07-07 19:45:39 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-07-07 19:45:39 +0000 |
commit | 2f559088ea779422f04d0db46c642ef2f3b691a7 (patch) | |
tree | 98fc916e2c8c25d98ab237f78db4285a142f0691 /editors/cooledit/patches/patch-ab | |
parent | 268a83bff7f783cb46719fa7da111989eb5d2ffa (diff) | |
download | pkgsrc-2f559088ea779422f04d0db46c642ef2f3b691a7.tar.gz |
import cooledit-3.17.5 per PR pkg/17490 submitted by
Rui-Xiang Guo <rxg@ms25.url.com.tw>.
Cooledit is a full-featured text editor, for Unix computers that run
the X Window System. Cooledit was born from a need for a user
friendly text editor that would rival editors of other operating
systems in ease of use and convenience. Lately Cooledit is also a
powerful programmer's editor. It is also small and fast, making it
ideal for interface with applications that allow for, or require, an
external editor. See 'Features' in the man page for a more elaborate
description of what Cooledit can do.
Diffstat (limited to 'editors/cooledit/patches/patch-ab')
-rw-r--r-- | editors/cooledit/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/cooledit/patches/patch-ab b/editors/cooledit/patches/patch-ab new file mode 100644 index 00000000000..50c49d94bbb --- /dev/null +++ b/editors/cooledit/patches/patch-ab @@ -0,0 +1,13 @@ +$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) |