diff options
author | gavan <gavan@pkgsrc.org> | 2004-10-13 17:14:36 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2004-10-13 17:14:36 +0000 |
commit | 0ea6c7e3071c790af986193df23fc721f08fb811 (patch) | |
tree | 42821dfff19461a0a13e1adfd1501bd34b6efbea /devel/gettext/distinfo | |
parent | 7b11fbf1909b5ad8f8c5e314a10a3a868b9a234b (diff) | |
download | pkgsrc-0ea6c7e3071c790af986193df23fc721f08fb811.tar.gz |
Workaround build problem on Solaris 10.
If HAVE_POSIX_SPAWN is defined, code is compiled in that requires environ
to be declared. Solaris doesn't declare environ, so declare it (guarded by
HAVE_ENVIRON_DECL) in the files in which it is used.
Solaris 10 systems HAVE_POSIX_SPAWN, whereas previous versions do not.
Diffstat (limited to 'devel/gettext/distinfo')
-rw-r--r-- | devel/gettext/distinfo | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/gettext/distinfo b/devel/gettext/distinfo index 3268b05e190..d33aa0ef248 100644 --- a/devel/gettext/distinfo +++ b/devel/gettext/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2003/12/05 18:15:49 erh Exp $ +$NetBSD: distinfo,v 1.11 2004/10/13 17:14:36 gavan Exp $ SHA1 (gettext-0.11.5.tar.gz) = 4d17534afac106bc0f2310a9fd77a291d433234b Size (gettext-0.11.5.tar.gz) = 3724099 bytes @@ -10,3 +10,7 @@ SHA1 (patch-ah) = 3de0f7bdffb57352cbfc361729d463ed53b53886 SHA1 (patch-aj) = 8c8cf6fcc6f23a54b5e20e1ab741d4a7d92a11a7 SHA1 (patch-ak) = 6ba1e5c4180cfc76b3545551f18c16f2c1bdbb15 SHA1 (patch-al) = de803407110c28b044aad8c122ff42181510a0e3 +SHA1 (patch-am) = 572a97eb3f0d805e27a3654eb4a4294433a51674 +SHA1 (patch-an) = 5bda0ba8f1e8a9c5d2c073b80caa253993111f1d +SHA1 (patch-ao) = 9d2aea0904acc72951b1f449b65948ec0ecca1e7 +SHA1 (patch-ap) = 99153dcd56d937b15caf25d3f12aa958ea096825 |