summaryrefslogtreecommitdiff
path: root/devel/gettext-lib/patches
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2006-07-09 18:13:29 +0000
committertonio <tonio@pkgsrc.org>2006-07-09 18:13:29 +0000
commit0cd3c839d98422fae4ba0d334c386e774ef30838 (patch)
treebf24ba4fcd2ee8edaa196a64ba5e3a4aa7a8c6e6 /devel/gettext-lib/patches
parentba6274a2f8b289f487ee4cfe05f74f0f056e7d31 (diff)
downloadpkgsrc-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-aa4
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. */
+