New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #21419 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

comment:1 Changed 4 years ago by jmr@…

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.