[csound] Let USE_DOUBLE have its default value, fixes build on 32-bit systems.

Jerry James jjames at fedoraproject.org
Tue Sep 16 23:06:10 UTC 2014


commit f91e92792a0ed7741b4de5796b7ec4f8f14cdd53
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Tue Sep 16 17:05:43 2014 -0600

    Let USE_DOUBLE have its default value, fixes build on 32-bit systems.

 csound.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/csound.spec b/csound.spec
index 16d2e1a..42dfa86 100644
--- a/csound.spec
+++ b/csound.spec
@@ -248,9 +248,9 @@ chmod a-x examples/csoundapi_tilde/csoundapi-osx.pd \
 
 %build
 if [ "%{_libdir}" = "%{_prefix}/lib64" ]; then
-  %cmake -DUSE_LIB64:BOOL=ON -DUSE_DOUBLE:BOOL=ON
+  %cmake -DUSE_LIB64:BOOL=ON
 else
-  %cmake -DUSE_LIB64:BOOL=OFF -DUSE_DOUBLE:BOOL=OFF
+  %cmake -DUSE_LIB64:BOOL=OFF
 fi
 
 make %{?_smp_mflags} V=1


More information about the scm-commits mailing list