From 85815f82d8d1ee0d0d6c600086c5359a58eee613 Mon Sep 17 00:00:00 2001 From: David Holm Date: Sun, 15 Feb 2004 13:19:37 +0000 Subject: Resolved bug #35817 thanks to Axxackall. Keyworded ~ppc. --- media-sound/fluidsynth/files/1.0.3-nonx86.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 media-sound/fluidsynth/files/1.0.3-nonx86.patch (limited to 'media-sound/fluidsynth/files') 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) + { -- cgit v1.2.3-65-gdbad