svn commit: r490452 - head/polish/kadu/files

Mark Linimon linimon at FreeBSD.org
Wed Jan 16 05:34:21 UTC 2019


Author: linimon
Date: Wed Jan 16 05:34:20 2019
New Revision: 490452
URL: https://svnweb.freebsd.org/changeset/ports/490452

Log:
  kadu-core/plugin/dependency-graph/plugin-dependency-graph-builder.h
  needs to include <functional> to fix build on GCC-based architectures.
  
  PR:		234948
  Submitted by:	Piotr Kubaj

Added:
  head/polish/kadu/files/patch-kadu-core_plugin_dependency-graph_plugin-dependency-graph-builder.h   (contents, props changed)

Added: head/polish/kadu/files/patch-kadu-core_plugin_dependency-graph_plugin-dependency-graph-builder.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/polish/kadu/files/patch-kadu-core_plugin_dependency-graph_plugin-dependency-graph-builder.h	Wed Jan 16 05:34:20 2019	(r490452)
@@ -0,0 +1,10 @@
+--- kadu-core/plugin/dependency-graph/plugin-dependency-graph-builder.h.orig	2019-01-14 15:34:25 UTC
++++ kadu-core/plugin/dependency-graph/plugin-dependency-graph-builder.h
+@@ -20,6 +20,7 @@
+ #pragma once
+ 
+ #include <QtCore/QObject>
++#include <functional>
+ #include <map>
+ #include <set>
+ 


More information about the svn-ports-all mailing list