Ticket #21419 (closed defect: fixed)
tea 25.1.0 configure error (universal)
| Reported by: | petr@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Low | Milestone: | |
| Component: | ports | Version: | 1.8.0 |
| Keywords: | tea editor | Cc: | |
| Port: | tea |
Description
editors/tea with +universal fails to configure:
Unknown option "--disable-dependency-tracking"
Following patch fixes it:
--- Portfile.orig 2009-09-16 12:35:49.000000000 +0200
+++ Portfile 2009-09-16 12:42:26.000000000 +0200
@@ -22,6 +22,7 @@
configure.cmd ${prefix}/libexec/qt4-mac/bin/qmake
configure.pre_args
+configure.universal_args
build.args CC=${configure.cc}
Please, review and/or apply.
Change History
Note: See
TracTickets for help on using
tickets.


r57776