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 | |
parent | ba6274a2f8b289f487ee4cfe05f74f0f056e7d31 (diff) | |
download | pkgsrc-0cd3c839d98422fae4ba0d334c386e774ef30838.tar.gz |
Use "defined": this fixes build problems under darwin.
Diffstat (limited to 'devel/gettext-lib')
-rw-r--r-- | devel/gettext-lib/distinfo | 4 | ||||
-rw-r--r-- | devel/gettext-lib/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/gettext-lib/distinfo b/devel/gettext-lib/distinfo index b702c1601c0..b0c4e8fd7de 100644 --- a/devel/gettext-lib/distinfo +++ b/devel/gettext-lib/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.12 2006/07/06 14:49:55 minskim Exp $ +$NetBSD: distinfo,v 1.13 2006/07/09 18:13:29 tonio Exp $ SHA1 (gettext-0.14.5.tar.gz) = 68737eee1a6427044eef901dc88e4144d371fb6b RMD160 (gettext-0.14.5.tar.gz) = d31c8e49671f00623ce1e6f73716a5abcd1c7ec2 Size (gettext-0.14.5.tar.gz) = 7105715 bytes -SHA1 (patch-aa) = 88013bfa911b8b70fce14f27142210f0da791390 +SHA1 (patch-aa) = fea57fe492c342ed816a43632e63abd21853a0ee SHA1 (patch-ab) = 2195304902fe17cd97c243a6bc395de1484a50c4 SHA1 (patch-ac) = f7695a44cdb85a4f6d9b97872425acb4b74519c9 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. */ + |