diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2013-04-24 21:36:50 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2013-04-24 21:36:50 +0000 |
commit | d482017361986d860e6ddf8d904a560ca88d7a50 (patch) | |
tree | 9a2dc42ccc6b59af33fe43abf3129ea4445cad95 | |
parent | Update to 1.4.0. (diff) |
Add a patch, which allows building kdegraphics3 with g++48.
Notes
Notes:
svn path=/head/; revision=316481
-rw-r--r-- | graphics/kdegraphics3/files/patch-kviewshell_plugins_djvu_libdjvu_GSmartPointer.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/kdegraphics3/files/patch-kviewshell_plugins_djvu_libdjvu_GSmartPointer.h b/graphics/kdegraphics3/files/patch-kviewshell_plugins_djvu_libdjvu_GSmartPointer.h new file mode 100644 index 000000000000..33b2dc960deb --- /dev/null +++ b/graphics/kdegraphics3/files/patch-kviewshell_plugins_djvu_libdjvu_GSmartPointer.h @@ -0,0 +1,14 @@ +The explicit reference to std-namespace seems necessary +for compiling with gcc48. + + -mi + +--- kviewshell/plugins/djvu/libdjvu/GSmartPointer.h 2005-09-10 04:19:20.000000000 -0400 ++++ kviewshell/plugins/djvu/libdjvu/GSmartPointer.h 2013-04-24 17:27:13.000000000 -0400 +@@ -107,5 +107,5 @@ + #endif + +- ++using namespace std; + + /* What is this innovation ? |