diff options
author | jlam <jlam> | 2004-03-25 22:49:14 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-03-25 22:49:14 +0000 |
commit | ae9472f4e9d53a3475265b0e0cdca25aff269b97 (patch) | |
tree | d70a95ffaab53503f76288ea77adbef4c158558d /lang/tcl/distinfo | |
parent | 4da93a98a329fc8b890452387c30a0aabaf5fc87 (diff) | |
download | pkgsrc-ae9472f4e9d53a3475265b0e0cdca25aff269b97.tar.gz |
Fix tcl/tk configure script stupidity: it overwrote the value of LDFLAGS
that accumulates within itself with a do-nothing version because it tried
to re-use LDFLAGS for another purpose. This broke all library checks after
the "checking for ELF" step. Fix this by (duh) not re-using LDFLAGS but
by using a different variable. Bump the PKGREVISIONs of lang/tcl and
x11/tk.
This fixes building the threaded versions of tcl and tk.
Diffstat (limited to 'lang/tcl/distinfo')
-rw-r--r-- | lang/tcl/distinfo | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/tcl/distinfo b/lang/tcl/distinfo index a075faa871c..dca56649e64 100644 --- a/lang/tcl/distinfo +++ b/lang/tcl/distinfo @@ -1,9 +1,10 @@ -$NetBSD: distinfo,v 1.20 2004/03/08 22:14:19 minskim Exp $ +$NetBSD: distinfo,v 1.21 2004/03/25 22:49:14 jlam Exp $ SHA1 (tcl8.4.6-src.tar.gz) = d21495ca04419fc3b1594b96b19116040c33a3f0 Size (tcl8.4.6-src.tar.gz) = 3448711 bytes -SHA1 (patch-aa) = 7615c4debc2ff76278b071d649695e1da9e5decd -SHA1 (patch-ab) = dc45c2d9195aec8047ca132adab94e25c777931c +SHA1 (patch-aa) = 5a8d4d6a14c3520cb9f46e65d826ee85f48b2c5b +SHA1 (patch-ab) = 3032c2b97e69260827f9fec27553557572b9bdb4 SHA1 (patch-ac) = efc40f45f73cec2770231ff515314fc41bbd166e SHA1 (patch-ae) = 9a6f9b47c926f851a799ece713668f0955344ce3 -SHA1 (patch-af) = b19b6df12335c89d7786c91a36460249a44c7fcf +SHA1 (patch-af) = 164fa9ee7fe4baa9b3f3a13716aefbf415e3be0a +SHA1 (patch-ag) = d1b038f6006ef3611fec9d8cef314f8959a5cd08 |