diff options
author | grant <grant> | 2004-10-10 11:58:29 +0000 |
---|---|---|
committer | grant <grant> | 2004-10-10 11:58:29 +0000 |
commit | 0c6b8dfb4b77e67ba3ff9ced04ebc4f5c746fd08 (patch) | |
tree | a422523716e857678cf9974806d5b861be7ea5b6 /lang/tcl83/PLIST | |
parent | c043552c5d91ddca73429877c499e576dc24505f (diff) | |
download | pkgsrc-0c6b8dfb4b77e67ba3ff9ced04ebc4f5c746fd08.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 |