Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2019 05:34:20 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490452 - head/polish/kadu/files
Message-ID:  <201901160534.x0G5YKC5090190@repo.freebsd.org>

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



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