diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-06-14 23:50:13 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-06-14 23:50:13 +0000 |
commit | d5e7fc384e75f7445a164cf450a48e4d1f9adaa9 (patch) | |
tree | 76212ef456b19ece2bae4dbe35f5c124cdea8888 /media-libs/libflash/files | |
parent | Forgot to install /etc/init.d/authdaemond (diff) | |
download | gentoo-2-d5e7fc384e75f7445a164cf450a48e4d1f9adaa9.tar.gz gentoo-2-d5e7fc384e75f7445a164cf450a48e4d1f9adaa9.tar.bz2 gentoo-2-d5e7fc384e75f7445a164cf450a48e4d1f9adaa9.zip |
Update libflash so it works with all compilers thanks to Cardoe!
Diffstat (limited to 'media-libs/libflash/files')
-rw-r--r-- | media-libs/libflash/files/digest-libflash-0.4.10-r1 | 1 | ||||
-rw-r--r-- | media-libs/libflash/files/libflash-0.4.10-sqrt.patch | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/media-libs/libflash/files/digest-libflash-0.4.10-r1 b/media-libs/libflash/files/digest-libflash-0.4.10-r1 new file mode 100644 index 000000000000..fd5039cd658b --- /dev/null +++ b/media-libs/libflash/files/digest-libflash-0.4.10-r1 @@ -0,0 +1 @@ +MD5 8dcb1b64115f67bd0982d5e8cc842ad0 libflash-0.4.10.tar.gz 176876 diff --git a/media-libs/libflash/files/libflash-0.4.10-sqrt.patch b/media-libs/libflash/files/libflash-0.4.10-sqrt.patch new file mode 100644 index 000000000000..59db682f6554 --- /dev/null +++ b/media-libs/libflash/files/libflash-0.4.10-sqrt.patch @@ -0,0 +1,11 @@ +diff -C 2 -P -r libflash-orig/lib/shape.cc libflash-0.4.10/lib/shape.cc +*** libflash-orig/lib/shape.cc Fri Jun 14 18:17:39 2002 +--- libflash-0.4.10/lib/shape.cc Fri Jun 14 18:18:09 2002 +*************** +*** 22,25 **** +--- 22,26 ---- + + #include "swf.h" ++ #include <math.h> + + #ifdef RCSID |