diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-04 04:15:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-04 04:15:22 +0000 |
commit | a0719f8272a4235aa59c85f2cc3c7814b5533b83 (patch) | |
tree | 357244fdcdcd87cb594a17f2a8302e8a8044dcd8 /dev-libs/STLport/files | |
parent | Tested on raq2, bumping for mips (diff) | |
download | gentoo-2-a0719f8272a4235aa59c85f2cc3c7814b5533b83.tar.gz gentoo-2-a0719f8272a4235aa59c85f2cc3c7814b5533b83.tar.bz2 gentoo-2-a0719f8272a4235aa59c85f2cc3c7814b5533b83.zip |
Version bump for solar.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-libs/STLport/files')
-rw-r--r-- | dev-libs/STLport/files/STLport-5.0_rc2-stlp-float-type.patch | 16 | ||||
-rw-r--r-- | dev-libs/STLport/files/digest-STLport-5.0_rc2 | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/dev-libs/STLport/files/STLport-5.0_rc2-stlp-float-type.patch b/dev-libs/STLport/files/STLport-5.0_rc2-stlp-float-type.patch new file mode 100644 index 000000000000..dfdc9268a059 --- /dev/null +++ b/dev-libs/STLport/files/STLport-5.0_rc2-stlp-float-type.patch @@ -0,0 +1,16 @@ +Hack around mistyping + +http://www.stlport.com/dcforum/DCForumID6/1929.html +http://www.stlport.com/dcforum/DCForumID6/1878.html + +--- src/num_get_float.cpp ++++ src/num_get_float.cpp +@@ -26,7 +26,7 @@ + # include <stdint.h> + + union _ll { +- uint64_t i64; ++ unsigned _STLP_LONG_LONG i64; + struct { + #ifdef _STLP_BIG_ENDIAN + uint32_t hi; diff --git a/dev-libs/STLport/files/digest-STLport-5.0_rc2 b/dev-libs/STLport/files/digest-STLport-5.0_rc2 new file mode 100644 index 000000000000..c533f20030ad --- /dev/null +++ b/dev-libs/STLport/files/digest-STLport-5.0_rc2 @@ -0,0 +1 @@ +MD5 27365747748b3905bebf91802b1a2135 STLport-5.0RC2.tar.gz 875743 |