diff options
author | grant <grant@pkgsrc.org> | 2004-10-10 11:58:29 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-10-10 11:58:29 +0000 |
commit | 3943c1bfbf320c1cfa7c9e76b6813d1d2fdf340c (patch) | |
tree | a422523716e857678cf9974806d5b861be7ea5b6 /lang/tcl83/PLIST | |
parent | 1dac7b31673d6e5059dfda966bd64c84c4273604 (diff) | |
download | pkgsrc-3943c1bfbf320c1cfa7c9e76b6813d1d2fdf340c.tar.gz |
fix build on Darwin:
- libtool needs -dynamiclib on Darwin to create shared libraries
- don't use libtool to create the static libtclstub.a, do it the same
way that tcl 8.4 does
- name library libtcl83 (as opposed to libtcl8.3) like other platforms
- remove PLIST unnecessary hack for Darwin shlib name
Diffstat (limited to 'lang/tcl83/PLIST')
-rw-r--r-- | lang/tcl83/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tcl83/PLIST b/lang/tcl83/PLIST index ff404098667..c5c3c373de0 100644 --- a/lang/tcl83/PLIST +++ b/lang/tcl83/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/10/09 15:29:41 tv Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/10/10 11:58:29 grant Exp $ bin/tclsh bin/tclsh8.3 include/tcl.h @@ -17,7 +17,7 @@ include/tcl/generic/tclRegexp.h include/tcl/unix/tclUnixPort.h include/tclDecls.h include/tclPlatDecls.h -lib/libtcl83.${SHLIB_SUFX} +lib/libtcl83.la lib/libtclstub83.a lib/tcl8.3/auto.tcl lib/tcl8.3/encoding/ascii.enc |