summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2004-02-15 13:19:37 +0000
committerDavid Holm <dholm@gentoo.org>2004-02-15 13:19:37 +0000
commit85815f82d8d1ee0d0d6c600086c5359a58eee613 (patch)
tree14bc7583226915aeeca25c99be33a402cae72b3d /media-sound/fluidsynth/files
parentAdded to ~ppc (diff)
downloadhistorical-85815f82d8d1ee0d0d6c600086c5359a58eee613.tar.gz
historical-85815f82d8d1ee0d0d6c600086c5359a58eee613.tar.bz2
historical-85815f82d8d1ee0d0d6c600086c5359a58eee613.zip
Resolved bug #35817 thanks to Axxackall. Keyworded ~ppc.
Diffstat (limited to 'media-sound/fluidsynth/files')
-rw-r--r--media-sound/fluidsynth/files/1.0.3-nonx86.patch11
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)
+ {