* [gentoo-commits] gentoo-x86 commit in media-libs/libquicktime/files: libquicktime-1.1.1-headers.patch
@ 2008-12-29 22:22 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2008-12-29 22:22 UTC (permalink / raw
To: gentoo-commits
vapier 08/12/29 22:22:06
Added: libquicktime-1.1.1-headers.patch
Log:
Fix random crash on 64bit systems due to implicit string func decls.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Revision Changes Path
1.1 media-libs/libquicktime/files/libquicktime-1.1.1-headers.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libquicktime/files/libquicktime-1.1.1-headers.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libquicktime/files/libquicktime-1.1.1-headers.patch?rev=1.1&content-type=text/plain
Index: libquicktime-1.1.1-headers.patch
===================================================================
implicit string prototypes break 64bit systems
--- src/timecode.c
+++ src/timecode.c
@@ -23,6 +23,7 @@
*******************************************************************************/
#include <stdlib.h>
+#include <string.h>
#include "lqt_private.h"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libquicktime/files: libquicktime-1.1.1-headers.patch
@ 2008-12-30 0:10 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2008-12-30 0:10 UTC (permalink / raw
To: gentoo-commits
vapier 08/12/30 00:10:40
Modified: libquicktime-1.1.1-headers.patch
Log:
add upstream url
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Revision Changes Path
1.2 media-libs/libquicktime/files/libquicktime-1.1.1-headers.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libquicktime/files/libquicktime-1.1.1-headers.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libquicktime/files/libquicktime-1.1.1-headers.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libquicktime/files/libquicktime-1.1.1-headers.patch?r1=1.1&r2=1.2
Index: libquicktime-1.1.1-headers.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libquicktime/files/libquicktime-1.1.1-headers.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libquicktime-1.1.1-headers.patch 29 Dec 2008 22:22:06 -0000 1.1
+++ libquicktime-1.1.1-headers.patch 30 Dec 2008 00:10:40 -0000 1.2
@@ -1,5 +1,7 @@
implicit string prototypes break 64bit systems
+http://sourceforge.net/mailarchive/forum.php?thread_name=200812291721.20328.vapier%40gentoo.org&forum_name=libquicktime-devel
+
--- src/timecode.c
+++ src/timecode.c
@@ -23,6 +23,7 @@
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-12-30 0:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-30 0:10 [gentoo-commits] gentoo-x86 commit in media-libs/libquicktime/files: libquicktime-1.1.1-headers.patch Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2008-12-29 22:22 Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox