diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2007-04-17 10:30:30 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2007-04-17 10:30:30 +0000 |
commit | f3188311f319e0a13da15e5f1d8363343b3a049f (patch) | |
tree | e521c99571abced196ae246342f3668d60f8d559 /media-video/camstream/files | |
parent | Fix emerging with -Wl,--as-needed. Fixes bug #148412. (diff) | |
download | gentoo-2-f3188311f319e0a13da15e5f1d8363343b3a049f.tar.gz gentoo-2-f3188311f319e0a13da15e5f1d8363343b3a049f.tar.bz2 gentoo-2-f3188311f319e0a13da15e5f1d8363343b3a049f.zip |
Cleanup and version bump to a snapshot because of bug #168317 and #159273
(Portage version: 2.1.1-r2)
Diffstat (limited to 'media-video/camstream/files')
-rw-r--r-- | media-video/camstream/files/20070315.patch | 29 | ||||
-rw-r--r-- | media-video/camstream/files/digest-camstream-20070315 | 3 |
2 files changed, 32 insertions, 0 deletions
diff --git a/media-video/camstream/files/20070315.patch b/media-video/camstream/files/20070315.patch new file mode 100644 index 000000000000..820c46ee3e36 --- /dev/null +++ b/media-video/camstream/files/20070315.patch @@ -0,0 +1,29 @@ +--- camstream-070315/ccvt/ccvt_mmx.S 2006-12-20 20:13:14.000000000 +0100 ++++ camstream-070315.new/ccvt/ccvt_mmx.S 2007-04-13 11:56:12.000000000 +0200 +@@ -347,3 +346,6 @@ + END_LOOP_24 + LEAVE_FUNC + ++#if defined(__linux__) && defined(__ELF__) ++.section .note.GNU-stack,"",%progbits ++#endif +--- camstream-070315/camstream/video/video_asm.S 2006-11-17 00:58:21.000000000 +0100 ++++ camstream-070315.new/camstream/video/video_asm.S 2007-04-17 00:17:12.000000000 +0200 +@@ -166,3 +166,7 @@ + #endif /* HAVE_MMX */ + + #endif /* HAVE_INTELCPU */ ++#if defined(__linux__) && defined(__ELF__) ++.section .note.GNU-stack,"",%progbits ++#endif ++ +--- camstream-070315/camstream/video/video_asm_add.S 2006-11-17 00:58:21.000000000 +0100 ++++ camstream-070315.new/camstream/video/video_asm_add.S 2007-04-17 00:17:37.000000000 +0200 +@@ -114,3 +114,7 @@ + ret + + #endif /* HAVE_INTELCPU */ ++#if defined(__linux__) && defined(__ELF__) ++.section .note.GNU-stack,"",%progbits ++#endif ++ diff --git a/media-video/camstream/files/digest-camstream-20070315 b/media-video/camstream/files/digest-camstream-20070315 new file mode 100644 index 000000000000..e344cf5e97aa --- /dev/null +++ b/media-video/camstream/files/digest-camstream-20070315 @@ -0,0 +1,3 @@ +MD5 2f7f7529ce6847593c2132e8dba153bc camstream-snapshot-070315.tar.gz 3943546 +RMD160 e53640e7e039a349c5ba8beb8b09f0eb7b18b69e camstream-snapshot-070315.tar.gz 3943546 +SHA256 812ab4ed0d5393ff793ea6b1dc2d18aa36beca9163d4611d8a8d56f948dd29ba camstream-snapshot-070315.tar.gz 3943546 |