Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2013 21:36:51 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316481 - head/graphics/kdegraphics3/files
Message-ID:  <201304242136.r3OLapAI038632@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 ? 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304242136.r3OLapAI038632>