summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Szymaniak <lazy_bum@o2.pl>2011-06-26 13:56:31 +0000
committerPiotr Szymaniak <lazy_bum@o2.pl>2011-06-26 13:56:31 +0000
commit3573e1d051a5e5ded59015faaf0dbae18bfaa816 (patch)
tree1fa0309fb4240e2b0bf39a079ec8d71a14099c53 /app-text/docfrac/files
parentdev-libs/librets: New ebuild for bug 371707 thanks to mgorny for the review. (diff)
downloadsunrise-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')
-rw-r--r--app-text/docfrac/files/3.1.5-gcc46.patch11
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
+ //---------------------------------------------------------------------------