summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2004-11-03 16:40:41 +0000
committerMarkus Rothe <corsair@gentoo.org>2004-11-03 16:40:41 +0000
commit3649120998c87594d0f7ae02b51d31bc745f025d (patch)
treee91616ab6bb3aae1f34e519faa2ea4415866b64c /media-sound/mpg123/files
parentmarked ~ppc64 (Manifest recommit) (diff)
downloadgentoo-2-3649120998c87594d0f7ae02b51d31bc745f025d.tar.gz
gentoo-2-3649120998c87594d0f7ae02b51d31bc745f025d.tar.bz2
gentoo-2-3649120998c87594d0f7ae02b51d31bc745f025d.zip
added ppc64 patch
Diffstat (limited to 'media-sound/mpg123/files')
-rw-r--r--media-sound/mpg123/files/mpg123-0.59s-r6-ppc64.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-sound/mpg123/files/mpg123-0.59s-r6-ppc64.patch b/media-sound/mpg123/files/mpg123-0.59s-r6-ppc64.patch
new file mode 100644
index 000000000000..8cf9b1e6954d
--- /dev/null
+++ b/media-sound/mpg123/files/mpg123-0.59s-r6-ppc64.patch
@@ -0,0 +1,12 @@
+diff -Nur mpg123.epatched/layer3.c mpg123/layer3.c
+--- mpg123.epatched/layer3.c 2004-11-03 16:18:15.016995488 +0900
++++ mpg123/layer3.c 2004-11-03 16:18:38.618003240 +0900
+@@ -626,7 +626,7 @@
+ int *me;
+
+ int num=getbitoffset(&bsi);
+- long mask;
++ int mask;
+ /* we must split this, because for num==0 the shift is undefined if you do it in one step */
+ mask = ((unsigned long) getbits(&bsi,num))<<BITSHIFT;
+ mask <<= 8-num;