Ticket #40266: wine-devel.diff
File wine-devel.diff, 1.6 KB (added by Ionic (Mihai Moldovan), 11 years ago) |
---|
-
Portfile
old new 11 11 conflicts wine wine-crossover 12 12 set my_name wine 13 13 version 1.7.0 14 revision 1 14 15 license LGPL-2.1+ 15 16 categories x11 16 17 maintainers ryandesign jwa openmaintainer … … 149 150 150 151 # clang < 3.1 fails to build wine with "error: invalid operand for instruction lretw" 151 152 # http://bugs.winehq.org/show_bug.cgi?id=32872 152 compiler.blacklist-append {clang < 425} macports-clang-2.9 macports-clang-3.0 153 # llvm < 3.2 builds wine, but produces buggy binaries, clang 425 is also affected 154 # http://llvm.org/bugs/show_bug.cgi?id=9707 155 compiler.blacklist-append {clang < 426} macports-clang-2.9 macports-clang-3.0 macports-clang-3.1 156 157 # winemac.drv won't compile with FSF GCC due to including Cocoa headers making use of 158 # the Apple "blocks" Objective C extension 159 compiler.blacklist-append macports-gcc-* 160 161 # Prefer clang over old Apple GCC versions. 162 compiler.whitelist-append macports-clang-3.2 macports-clang-3.3 153 163 154 164 platform darwin { 155 165 if {${os.major} <= 9} { … … 184 194 185 195 xinstall ${filespath}/wine.in ${destroot}${prefix}/bin/wine 186 196 reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine 187 197 188 198 xinstall -d ${destroot}${prefix}/share/wine/gecko 189 199 xinstall -m 644 ${distpath}/${wine_gecko_distfile} ${destroot}${prefix}/share/wine/gecko 190 200 191 201 xinstall -d ${destroot}${prefix}/share/doc/${name} 192 202 xinstall -m 644 -W ${worksrcpath} \ 193 203 ANNOUNCE \