Ticket #18950: burn-app.diff
File burn-app.diff, 705 bytes (added by ryandesign (Ryan Carsten Schmidt), 16 years ago) |
---|
-
Portfile
24 24 25 25 use_zip yes 26 26 27 depends_lib port:libiconv 28 27 29 post-extract { 28 30 ln -sf ${prefix}/lib/libiconv.2.dylib ${worksrcpath}/Frameworks/libiconv.2.dylib 29 31 } … … 45 47 } 46 48 } 47 49 48 platform x86_64 { 49 if {![variant_isset universal]} { 50 xcode.target "Burn Intel" 51 } 52 } 53 54 platform ppc { 55 if {![variant_isset universal]} { 56 xcode.target "Burn PowerPC" 57 } 58 } 59 60 platform ppc64 { 50 platform powerpc { 61 51 if {![variant_isset universal]} { 62 52 xcode.target "Burn PowerPC" 63 53 }