[SCM] ardour/master: Explicitely disable FPU-optimization on non-linux

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Mon Jan 18 17:55:07 UTC 2016


The following commit has been merged in the master branch:
commit 0f182a5e63a2cef9c20074b7ebdd1e539f465826
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon Jan 18 18:50:01 2016 +0100

    Explicitely disable FPU-optimization on non-linux
    
    hopefully this will fix the FTBFS on kfreebsd-i386
    
    *maybe* we should disable FPU-optimization on all platforms (but amd64)

diff --git a/debian/rules b/debian/rules
index a0f72bd..3604a34 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,6 +62,9 @@ BACKENDS = jack
 ifneq (,$(findstring linux,$(DEB_HOST_ARCH_OS)))
 	# ALSA Backend is only available on Linux
 	BACKENDS = jack,alsa
+	waf-configure-options += \
+		--no-fpu-optimization \
+		$(empty)
 endif
 
 LD_LIBRARY_PATH += :$(DEB_DESTDIR)/usr/lib/ardour4/

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list