diff options
author | tonio <tonio@pkgsrc.org> | 2006-07-09 18:13:29 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-07-09 18:13:29 +0000 |
commit | 0cd3c839d98422fae4ba0d334c386e774ef30838 (patch) | |
tree | bf24ba4fcd2ee8edaa196a64ba5e3a4aa7a8c6e6 /devel/gettext-lib/patches | |
parent | ba6274a2f8b289f487ee4cfe05f74f0f056e7d31 (diff) | |
download | pkgsrc-0cd3c839d98422fae4ba0d334c386e774ef30838.tar.gz |
Use "defined": this fixes build problems under darwin.
Diffstat (limited to 'devel/gettext-lib/patches')
-rw-r--r-- | devel/gettext-lib/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gettext-lib/patches/patch-aa b/devel/gettext-lib/patches/patch-aa index dc726031592..0c65052248e 100644 --- a/devel/gettext-lib/patches/patch-aa +++ b/devel/gettext-lib/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.4 2006/07/06 14:49:55 minskim Exp $ +$NetBSD: patch-aa,v 1.5 2006/07/09 18:13:29 tonio Exp $ --- intl/localcharset.c.orig 2005-05-20 13:07:51.000000000 -0700 +++ intl/localcharset.c @@ -6,7 +6,7 @@ $NetBSD: patch-aa,v 1.4 2006/07/06 14:49:55 minskim Exp $ # include <config.h> #endif -+#if !HAVE_GNU_ICONV ++#if !defined(HAVE_GNU_ICONV) + +/* Provide our variant only if we don't use the GNU iconv library. */ + |