Date: Wed, 22 Jul 2020 17:25:16 +0000 (UTC) From: Mikael Urankar <mikael@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542882 - head/deskutils/noti/files Message-ID: <202007221725.06MHPGfP027114@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mikael Date: Wed Jul 22 17:25:16 2020 New Revision: 542882 URL: https://svnweb.freebsd.org/changeset/ports/542882 Log: deskutils/noti: fix build on -head PR: 247759 Approved by: portmgr (blanket: build fix) MFH: 2020Q3 (blanket: build fix) Added: head/deskutils/noti/files/ head/deskutils/noti/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go (contents, props changed) Added: head/deskutils/noti/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/noti/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go Wed Jul 22 17:25:16 2020 (r542882) @@ -0,0 +1,10 @@ +--- vendor/github.com/godbus/dbus/transport_unixcred_freebsd.go.orig 2019-12-08 01:39:36 UTC ++++ vendor/github.com/godbus/dbus/transport_unixcred_freebsd.go +@@ -10,6 +10,7 @@ package dbus + /* + const int sizeofPtr = sizeof(void*); + #define _WANT_UCRED ++#include <sys/types.h> + #include <sys/ucred.h> + */ + import "C"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007221725.06MHPGfP027114>