New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #13804: osxvnc_-universal.patch

File osxvnc_-universal.patch, 0.7 KB (added by anton@…, 4 years ago)
  • Portfile

     
    2828patchfiles \ 
    2929        patch-project.pbxproj 
    3030 
    31 # Vine Server always builds universal, so let's advertise that. 
     31# Vine Server always builds universal by default, so let's advertise that. 
    3232default_variants +universal 
    33 variant universal {} 
    34  
     33# if -universal, then.... 
     34xcode.build.settings ARCHS=`uname -m` 
     35# else... 
     36variant universal { xcode.build.settings ARCHS='i386 ppc' } 
     37    
    3538livecheck.check     regex 
    3639livecheck.url       http://www.redstonesoftware.com/downloads/ 
    3740livecheck.regex     VineServer(\[0-9.\]+)\\.dmg