diff options
author | Piotr Szymaniak <lazy_bum@o2.pl> | 2011-06-26 13:56:31 +0000 |
---|---|---|
committer | Piotr Szymaniak <lazy_bum@o2.pl> | 2011-06-26 13:56:31 +0000 |
commit | 3573e1d051a5e5ded59015faaf0dbae18bfaa816 (patch) | |
tree | 1fa0309fb4240e2b0bf39a079ec8d71a14099c53 /app-text/docfrac/files/3.1.5-gcc46.patch | |
parent | dev-libs/librets: New ebuild for bug 371707 thanks to mgorny for the review. (diff) | |
download | sunrise-3573e1d051a5e5ded59015faaf0dbae18bfaa816.tar.gz sunrise-3573e1d051a5e5ded59015faaf0dbae18bfaa816.tar.bz2 sunrise-3573e1d051a5e5ded59015faaf0dbae18bfaa816.zip |
Added gcc-4.6 patch, moved to EAPI=4, lots of other small fixes.
svn path=/sunrise/; revision=12159
Diffstat (limited to 'app-text/docfrac/files/3.1.5-gcc46.patch')
-rw-r--r-- | app-text/docfrac/files/3.1.5-gcc46.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-text/docfrac/files/3.1.5-gcc46.patch b/app-text/docfrac/files/3.1.5-gcc46.patch new file mode 100644 index 000000000..a67cf72c3 --- /dev/null +++ b/app-text/docfrac/files/3.1.5-gcc46.patch @@ -0,0 +1,11 @@ +diff --git a/shared_ptr.h b/shared_ptr.h +index b291449..bd23979 100755 +--- a/shared_ptr.h ++++ b/shared_ptr.h +@@ -1,5 +1,5 @@ + //---------------------------------------------------------------------------
+-
++#include <cstdlib>
+ #ifndef shared_ptrH
+ #define shared_ptrH
+ //---------------------------------------------------------------------------
|