diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2005-10-05 15:53:49 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2005-10-05 15:53:49 +0000 |
commit | cb5e8ab97912d43e8e3a1228d26c5a1e28bcfcf2 (patch) | |
tree | bd84e7e9d1cc639291956744a852486e7cd107f9 /media-sound/fluidsynth/files | |
parent | Added myself to metadata. Version bump, also installs HTML documentation if U... (diff) | |
download | gentoo-2-cb5e8ab97912d43e8e3a1228d26c5a1e28bcfcf2.tar.gz gentoo-2-cb5e8ab97912d43e8e3a1228d26c5a1e28bcfcf2.tar.bz2 gentoo-2-cb5e8ab97912d43e8e3a1228d26c5a1e28bcfcf2.zip |
Fixed patch.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-sound/fluidsynth/files')
-rw-r--r-- | media-sound/fluidsynth/files/fluidsynth-1.0.6.amd64.patch | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/media-sound/fluidsynth/files/fluidsynth-1.0.6.amd64.patch b/media-sound/fluidsynth/files/fluidsynth-1.0.6.amd64.patch index f08652ec083e..4af11d88911c 100644 --- a/media-sound/fluidsynth/files/fluidsynth-1.0.6.amd64.patch +++ b/media-sound/fluidsynth/files/fluidsynth-1.0.6.amd64.patch @@ -1,15 +1,16 @@ ---- fluidsynth-1.0.6/src/fluidsynth_priv.h 2005-06-11 16:40:01.000000000 -0500
-+++ fluidsynth-1.0.6-new/src/fluidsynth_priv.h 2005-07-06 00:38:10.000000000 -0500
-@@ -285,7 +285,12 @@
- * As soon as proper alignment is supported by the compiler, this
- * can be removed.
- */
-+#ifdef ENABLE_SSE
-+/* FIXME - This is broken on AMD 64 - only used if SSE enabled */
- #define FLUID_ALIGN16BYTE(ptr)(((int)(ptr)+15) & (~0xFL))
-+#else
-+#define FLUID_ALIGN16BYTE(ptr) ptr
-+#endif
-
- #if WITH_FTS
- #define FLUID_PRINTF post
+diff -Naur fluidsynth-1.0.6.orig/src/fluidsynth_priv.h fluidsynth-1.0.6/src/fluidsynth_priv.h +--- fluidsynth-1.0.6.orig/src/fluidsynth_priv.h 2005-06-12 06:40:01.000000000 +0900 ++++ fluidsynth-1.0.6/src/fluidsynth_priv.h 2005-10-06 00:22:28.000000000 +0900 +@@ -285,7 +285,12 @@ + * As soon as proper alignment is supported by the compiler, this + * can be removed. + */ ++#ifdef ENABLE_SSE ++/* FIXME - This is broken on AMD 64 - only used if SSE enabled */ + #define FLUID_ALIGN16BYTE(ptr)(((int)(ptr)+15) & (~0xFL)) ++#else ++#define FLUID_ALIGN16BYTE(ptr) ptr ++#endif + + #if WITH_FTS + #define FLUID_PRINTF post |