diff options
author | David Holm <dholm@gentoo.org> | 2004-02-15 13:19:37 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-02-15 13:19:37 +0000 |
commit | def54442f4688a585c663c74bd31aaae67186ba2 (patch) | |
tree | d5411906e2339f4c307942767b1ffd39df241960 /media-sound/fluidsynth/files | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-def54442f4688a585c663c74bd31aaae67186ba2.tar.gz gentoo-2-def54442f4688a585c663c74bd31aaae67186ba2.tar.bz2 gentoo-2-def54442f4688a585c663c74bd31aaae67186ba2.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.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) + { |