Add a patch, which allows building kdegraphics3 with g++48.

This commit is contained in:
Mikhail Teterin 2013-04-24 21:36:50 +00:00
parent da69b019f7
commit d482017361
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316481

View file

@ -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 ?