Changes between Version 1 and Version 2 of Ticket #53651, comment 4


Ignore:
Timestamp:
Mar 10, 2017, 10:42:33 PM (7 years ago)
Author:
casr (Chris Rawnsley)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53651, comment 4

    v1 v2  
    5050 # directories; /usr/bin/install doesn't.
    5151 # http://bugs.winehq.org/show_bug.cgi?id=35310
    52 @@ -141,9 +154,10 @@ configure.args              --without-alsa \
     52@@ -141,9 +154,14 @@ configure.args              --without-alsa \
    5353                             --x-include=${prefix}/include \
    5454                             --x-lib=${prefix}/lib
     
    6161+set merger_configure_args(x86_64) --enable-win64
    6262+set merger_configure_args(i386)   --with-wine64=${workpath}/${worksrcdir}-x86_64
     63+
     64+if {${build_arch} eq "x86_64"} {
     65+    default_variants            +universal
     66+}
    6367 
    6468 # llvm-gcc-4.2 doesn't respect force_align_arg_pointer; wine builds but fails to run
    6569 # http://bugs.winehq.org/show_bug.cgi?id=28030
     70
    6671}}}