Ticket #13804: osxvnc_-universal.patch
File osxvnc_-universal.patch, 679 bytes (added by anton@…, 17 years ago) |
---|
-
Portfile
28 28 patchfiles \ 29 29 patch-project.pbxproj 30 30 31 # Vine Server always builds universal , so let's advertise that.31 # Vine Server always builds universal by default, so let's advertise that. 32 32 default_variants +universal 33 variant universal {} 34 33 # if -universal, then.... 34 xcode.build.settings ARCHS=`uname -m` 35 # else... 36 variant universal { xcode.build.settings ARCHS='i386 ppc' } 37 35 38 livecheck.check regex 36 39 livecheck.url http://www.redstonesoftware.com/downloads/ 37 40 livecheck.regex VineServer(\[0-9.\]+)\\.dmg