New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81031


Ignore:
Timestamp:
07/23/11 15:13:40 (4 years ago)
Author:
takeshi@…
Message:

qt3: fixes build on Snow Leopard

File:
1 edited

Legend:

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

    r81012 r81031  
    110110        file attributes ${worksrcpath}/${file} -permissions 0755 
    111111    } 
    112     if {${os.major}>=11 && ${configure.build_arch} == "x86_64"} { 
     112    if {${os.major}>=10 && ${configure.build_arch} == "x86_64"} { 
    113113        system "perl -pi -e \"s,\\(int\\)owner\\, \\(int\\),\\(long\\)owner\\, \\(long\\),g\" ${worksrcpath}/src/tools/qmutex_unix.cpp" 
    114114    } 
Note: See TracChangeset for help on using the changeset viewer.