summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-12-29 22:22:06 +0000
committerMike Frysinger <vapier@gentoo.org>2008-12-29 22:22:06 +0000
commit5e649d4c2cc9e65f17e449dc394d4e4277b30b5d (patch)
tree9d2264ecd4688b25a1e2b926a374c9fa8c72ddc2 /media-libs/libquicktime/files
parentFilter stack-protector for <gcc-4 on amd64. (diff)
downloadhistorical-5e649d4c2cc9e65f17e449dc394d4e4277b30b5d.tar.gz
historical-5e649d4c2cc9e65f17e449dc394d4e4277b30b5d.tar.bz2
historical-5e649d4c2cc9e65f17e449dc394d4e4277b30b5d.zip
Fix random crash on 64bit systems due to implicit string func decls.
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28 x86_64
Diffstat (limited to 'media-libs/libquicktime/files')
-rw-r--r--media-libs/libquicktime/files/libquicktime-1.1.1-headers.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-libs/libquicktime/files/libquicktime-1.1.1-headers.patch b/media-libs/libquicktime/files/libquicktime-1.1.1-headers.patch
new file mode 100644
index 000000000000..6e61de0b322f
--- /dev/null
+++ b/media-libs/libquicktime/files/libquicktime-1.1.1-headers.patch
@@ -0,0 +1,12 @@
+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"
+