]> git.pld-linux.org Git - packages/ardour.git/blame - no_proc_build.patch
- release 3 (by relup.sh)
[packages/ardour.git] / no_proc_build.patch
CommitLineData
691623f9
JK
1diff -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
18043c1a 4@@ -439,7 +439,9 @@
691623f9
JK
5
6 compiler_flags.append ("-DARCH_X86")
7
8- if platform == 'linux' :
18043c1a
JK
9+ build_host_supports_sse = True
10+ compiler_flags.append ("-mmmx")
691623f9
JK
11+ if False :
12
13 #
14 # determine processor flags via /proc/cpuinfo
This page took 0.048503 seconds and 4 git commands to generate.