]> git.pld-linux.org Git - packages/ardour.git/blob - no_proc_build.patch
- release 3 (by relup.sh)
[packages/ardour.git] / no_proc_build.patch
1 diff -dur Ardour-5.4.0.orig/wscript Ardour-5.4.0/wscript
2 --- Ardour-5.4.0.orig/wscript   2016-10-11 21:55:23.000000000 +0200
3 +++ Ardour-5.4.0/wscript        2016-10-11 21:56:20.000000000 +0200
4 @@ -439,7 +439,9 @@
5  
6          compiler_flags.append ("-DARCH_X86")
7  
8 -        if platform == 'linux' :
9 +        build_host_supports_sse = True
10 +        compiler_flags.append ("-mmmx")
11 +        if False :
12  
13              #
14              # determine processor flags via /proc/cpuinfo
This page took 0.095188 seconds and 3 git commands to generate.