]> git.pld-linux.org Git - packages/ardour.git/commitdiff
force build with MMX and SSE auto/th/ardour-5.4.0-1
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 12 Oct 2016 06:29:26 +0000 (08:29 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 12 Oct 2016 06:32:57 +0000 (08:32 +0200)
It won't build without it on i686. It is not a library, but end-user
application, so it won't break anything else.  It seems safe to assume
that no one with older CPU would use it.

no_proc_build.patch

index 9fa7da249972ee1003727b083834b72fde1a22f5..ecdbe9ed812359857f7a0183d410c181f4d61686 100644 (file)
@@ -1,11 +1,13 @@
 diff -dur Ardour-5.4.0.orig/wscript Ardour-5.4.0/wscript
 --- Ardour-5.4.0.orig/wscript  2016-10-11 21:55:23.000000000 +0200
 +++ Ardour-5.4.0/wscript       2016-10-11 21:56:20.000000000 +0200
-@@ -439,7 +439,7 @@
+@@ -439,7 +439,9 @@
  
          compiler_flags.append ("-DARCH_X86")
  
 -        if platform == 'linux' :
++        build_host_supports_sse = True
++        compiler_flags.append ("-mmmx")
 +        if False :
  
              #
This page took 0.081405 seconds and 4 git commands to generate.