svn commit: r316481 - head/graphics/kdegraphics3/files

Mikhail Teterin mi at FreeBSD.org
Wed Apr 24 21:36:51 UTC 2013


Author: mi
Date: Wed Apr 24 21:36:50 2013
New Revision: 316481
URL: http://svnweb.freebsd.org/changeset/ports/316481

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

Added:
  head/graphics/kdegraphics3/files/patch-kviewshell_plugins_djvu_libdjvu_GSmartPointer.h   (contents, props changed)

Added: head/graphics/kdegraphics3/files/patch-kviewshell_plugins_djvu_libdjvu_GSmartPointer.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/kdegraphics3/files/patch-kviewshell_plugins_djvu_libdjvu_GSmartPointer.h	Wed Apr 24 21:36:50 2013	(r316481)
@@ -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 ? 


More information about the svn-ports-head mailing list