Ticket #15014 (closed defect: fixed)
mysqltcl: Portfile has errors for variant mysql4
| Reported by: | philipproessler@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | mysqltcl mysql4 | Cc: | |
| Port: |
Description
mysqltcl won't build for variant mysql4 because the Portfile contains errors. Here's the corrected section:
variant mysql4 {
depends_lib-delete port:mysql5
depends_lib-append port:mysql4
configure.args-delete --with-mysql-include=${prefix}/include/mysql5/mysql
configure.args-delete --with-mysql-lib=${prefix}/lib/mysql5/mysql
configure.args-append --with-mysql-include=${prefix}/include/mysql
configure.args-append --with-mysql-lib=${prefix}/lib/mysql
}
Philipp R.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


