[MacPorts] #21419: tea 25.1.0 configure error (universal)
MacPorts
noreply at macports.org
Wed Sep 16 04:15:26 PDT 2009
#21419: tea 25.1.0 configure error (universal)
-------------------------------+--------------------------------------------
Reporter: petr@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Low | Milestone:
Component: ports | Version: 1.8.0
Keywords: tea editor | Port: tea
-------------------------------+--------------------------------------------
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.
--
Ticket URL: <http://trac.macports.org/ticket/21419>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list