Add a patch, which allows building kdegraphics3 with g++48.
This commit is contained in:
parent
da69b019f7
commit
d482017361
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316481
1 changed files with 14 additions and 0 deletions
|
@ -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 ?
|
Loading…
Reference in a new issue