[SCM] ardour/master: Disable fpu-optimization on !linux

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Mon Jan 18 23:41:17 UTC 2016


The following commit has been merged in the master branch:
commit 8542d92715803d7eee38718a951b73ca5eb5712e
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon Jan 18 22:43:27 2016 +0100

    Disable fpu-optimization on !linux
    
    rather than on linux

diff --git a/debian/rules b/debian/rules
index d1169b0..2c69441 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,6 +62,7 @@ BACKENDS = jack
 ifneq (,$(findstring linux,$(DEB_HOST_ARCH_OS)))
 	# ALSA Backend is only available on Linux
 	BACKENDS = jack,alsa
+else
 	waf-configure-options += \
 		--no-fpu-optimization \
 		$(empty)

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list