New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79111


Ignore:
Timestamp:
06/02/11 04:20:34 (4 years ago)
Author:
ryandesign@…
Message:

qt3: prevent build failure when qt3-mac is active; see #14873

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/qt3/Portfile

    r75234 r79111  
    121121                -plugin-sql-sqlite -no-sql-ibase -no-sql-mysql -no-sql-odbc -no-sql-psql 
    122122 
     123pre-configure { 
     124    foreach {badport badfile} "qt3-mac ${prefix}/include/qt3/qt_mac.h" { 
     125        if {[file exists ${badfile}]} { 
     126            ui_error "${name} cannot be built while ${badport} is active." 
     127            ui_error "Please deactivate ${badport} and try again." 
     128            return -code error "${badport} is installed" 
     129        } 
     130    } 
     131} 
     132 
    123133use_configure       no 
    124134 
Note: See TracChangeset for help on using the changeset viewer.