diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-08 12:02:29 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-08 12:02:29 +0000 |
commit | a50988036ddca9904894930dd8a456903ca7385d (patch) | |
tree | 6d911fc8329612e13ef3cf64cae8f4c35e0cb72c /media-sound/amarok/files | |
parent | Bump to ooo-build-2.0.4.3, fixes another bunch of bugs (diff) | |
download | gentoo-2-a50988036ddca9904894930dd8a456903ca7385d.tar.gz gentoo-2-a50988036ddca9904894930dd8a456903ca7385d.tar.bz2 gentoo-2-a50988036ddca9904894930dd8a456903ca7385d.zip |
Add patch to allow building on SPARC, see bug #153024. Thanks to Jason Wever for reporting and Jurij Smakov for the patch.
(Portage version: 2.1.2_rc1-r4)
Diffstat (limited to 'media-sound/amarok/files')
-rw-r--r-- | media-sound/amarok/files/amarok-1.4.4-sparc.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/amarok/files/amarok-1.4.4-sparc.patch b/media-sound/amarok/files/amarok-1.4.4-sparc.patch new file mode 100644 index 000000000000..5cb14ac3e4cb --- /dev/null +++ b/media-sound/amarok/files/amarok-1.4.4-sparc.patch @@ -0,0 +1,11 @@ +--- amarok/src/mediadevice/daap/mongrel/http11/Makefile.am.orig 2006-11-02 23:22:08.000000000 -0800 ++++ amarok/src/mediadevice/daap/mongrel/http11/Makefile.am 2006-11-02 23:22:22.000000000 -0800 +@@ -4,7 +4,7 @@ + + amarokrubylib_DATA = http11.rb + +-INCLUDES = -I$(ruby_includes) -Dinline=__inline__ ++INCLUDES = -I$(ruby_includes) -Dinline=__inline__ -Dasm=__asm__ + + libhttp11_la_LDFLAGS = \ + -shared \ |