tags 304125 patch
thanks

the attached patch fixes the build in a pbuilder chroot.  it also
deactivates the F2I assembly optimisations to avoid the following
error on powerpc:

FormantFilter.C: In member function `void FormantFilter::setpos(float)':
FormantFilter.C:93: error: unknown register name `st' in `asm'
make[3]: *** [FormantFilter.o] Error 1

bye, piem
diff -u zynaddsubfx-2.1.1/src/Makefile.inc zynaddsubfx-2.1.1/src/Makefile.inc
--- zynaddsubfx-2.1.1/src/Makefile.inc
+++ zynaddsubfx-2.1.1/src/Makefile.inc
@@ -9,8 +9,8 @@
 FFTW_VERSION=3
 
 #Assembler FLOAT to INT conversions
-ASM_F2I=YES
-#ASM_F2I=NO
+#ASM_F2I=YES
+ASM_F2I=NO
 
 # L I N U X   C O N F I G U R A T I O N
 #Next line sets the midi input. It can be "ALSA", "OSS" or "NONE".
diff -u zynaddsubfx-2.1.1/debian/changelog zynaddsubfx-2.1.1/debian/changelog
--- zynaddsubfx-2.1.1/debian/changelog
+++ zynaddsubfx-2.1.1/debian/changelog
@@ -1,3 +1,13 @@
+zynaddsubfx (2.1.1-1.1) unstable; urgency=low
+
+  * NMU
+  * Changes src/UI/PresetsUI.fl to include FL/fl_ask.H instead of
+    FL/fl_ask.h (closes: #304125)
+  * Disabled non portable float to int assembly conversion in 
+    src/Makefile.inc (ASM_F2I=NO)
+
+ -- Paul Brossier <[EMAIL PROTECTED]>  Wed, 13 Apr 2005 03:54:45 +0100
+
 zynaddsubfx (2.1.1-1) unstable; urgency=low
 
   * menu file now references zyn's icon (closes: #299412)
only in patch2:
unchanged:
--- zynaddsubfx-2.1.1.orig/src/UI/PresetsUI.fl
+++ zynaddsubfx-2.1.1/src/UI/PresetsUI.fl
@@ -2,7 +2,7 @@
 version 1.0105 
 header_name {.h} 
 code_name {.cc}
-decl {\#include <FL/fl_ask.h>} {public
+decl {\#include <FL/fl_ask.H>} {public
 } 
 
 decl {\#include <stdio.h>} {public

Attachment: signature.asc
Description: Digital signature

Reply via email to