svn commit: r376569 - head/devel/kyra/files

Antoine Brodin antoine at FreeBSD.org
Thu Jan 8 20:48:10 UTC 2015


Author: antoine
Date: Thu Jan  8 20:48:09 2015
New Revision: 376569
URL: https://svnweb.freebsd.org/changeset/ports/376569
QAT: https://qat.redports.org/buildarchive/r376569/

Log:
  Add a patch to allow building with libc++ r224926
  
  PR:		ports/196604
  Submitted by:	dim@

Added:
  head/devel/kyra/files/patch-gui_eventmanager.h   (contents, props changed)

Added: head/devel/kyra/files/patch-gui_eventmanager.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/kyra/files/patch-gui_eventmanager.h	Thu Jan  8 20:48:09 2015	(r376569)
@@ -0,0 +1,11 @@
+--- gui/eventmanager.h.orig	2005-04-01 04:08:57 UTC
++++ gui/eventmanager.h
+@@ -80,7 +80,7 @@ class KrEventManager
+ 		int keysym;
+ 		KrWidget* target;
+ 
+-		bool operator==( const Accel& rhs )	{ return rhs.target == target; }
++		bool operator==( const Accel& rhs )	const { return rhs.target == target; }
+ 	};
+ 
+ 	KrEventManager();


More information about the svn-ports-all mailing list