summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-18 00:03:42 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-18 00:03:42 +0000
commit6c3e0b61f3c35321af6a0c7e12c7f4ea94161159 (patch)
tree17e3e3b79ec07427bc7178c5e005a81dd1942ecb /media-libs/smpeg
parentfix asm to work on arm #126501 by Stanislaw Gruszka (diff)
downloadgentoo-2-6c3e0b61f3c35321af6a0c7e12c7f4ea94161159.tar.gz
gentoo-2-6c3e0b61f3c35321af6a0c7e12c7f4ea94161159.tar.bz2
gentoo-2-6c3e0b61f3c35321af6a0c7e12c7f4ea94161159.zip
fix asm to work on arm #126501 by Stanislaw Gruszka
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'media-libs/smpeg')
-rw-r--r--media-libs/smpeg/files/smpeg-0.4.4-gnu-stack.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/smpeg/files/smpeg-0.4.4-gnu-stack.patch b/media-libs/smpeg/files/smpeg-0.4.4-gnu-stack.patch
index 1b8de6d022b3..12efb077f2b1 100644
--- a/media-libs/smpeg/files/smpeg-0.4.4-gnu-stack.patch
+++ b/media-libs/smpeg/files/smpeg-0.4.4-gnu-stack.patch
@@ -18,7 +18,7 @@ $ readelf -l /usr/lib/libsmpeg.so | grep -A 1 GNU_STACK
#endif /* i386 && USE_MMX */
+
+#ifdef __ELF__
-+.section .note.GNU-stack,"",@progbits
++.section .note.GNU-stack,"",%progbits
+#endif
--- smpeg-0.4.4/video/mmxidct_asm.S
+++ smpeg-0.4.4/video/mmxidct_asm.S
@@ -28,5 +28,5 @@ $ readelf -l /usr/lib/libsmpeg.so | grep -A 1 GNU_STACK
#endif /* i386 && USE_MMX */
+
+#ifdef __ELF__
-+.section .note.GNU-stack,"",@progbits
++.section .note.GNU-stack,"",%progbits
+#endif