diff options
Diffstat (limited to 'media-sound/fluidsynth/files/1.0.3-nonx86.patch')
-rw-r--r-- | media-sound/fluidsynth/files/1.0.3-nonx86.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/fluidsynth/files/1.0.3-nonx86.patch b/media-sound/fluidsynth/files/1.0.3-nonx86.patch new file mode 100644 index 000000000000..e10a7381f565 --- /dev/null +++ b/media-sound/fluidsynth/files/1.0.3-nonx86.patch @@ -0,0 +1,11 @@ +--- fluidsynth-1.0.3.orig/src/fluid_sys.c ++++ fluidsynth-1.0.3/src/fluid_sys.c +@@ -704,7 +704,7 @@ + return (rdtsc() / fluid_cpu_frequency); + } + +-#if defined(DARWIN) ++#if !defined(__i386__) + + double rdtsc(void) + { |