summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/smpeg/files/smpeg-0.4.4-gnu-stack.patch')
-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