#17922 closed defect (fixed)
db47 fails to configure if ${prefix}/lib/tclConfig.sh does not exist
Reported by: | ghosthound | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | ||
Port: | db47 |
Description
The db47 port enables tcl (in the configure phase) but does not require tcl as a dependency. Thus if tcl is not installed via macports, db47 configure fails as it cannot find ${prefix}/lib/tclConfig.sh
Suggested fix: move the --enable-tcl and related configure options into a variant.
Change History (2)
comment:1 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r45145.
Thank you for pointing this out.