aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2020-07-22 18:45:36 +0000
committerMikael Urankar <mikael@FreeBSD.org>2020-07-22 18:45:36 +0000
commit2dc16dd83508cc372f42bc443cc416fc699a1f9b (patch)
tree804342906c0bd5bfa3e26a6bdeb0b344f60d6440 /net-im
parent58a6aae4112d5d8262862e98f46570d8d346af9a (diff)
downloadports-2dc16dd83508cc372f42bc443cc416fc699a1f9b.tar.gz
ports-2dc16dd83508cc372f42bc443cc416fc699a1f9b.zip
MFH: r542881
net-im/6cord: fix build on -head Import upstream patch: https://github.com/godbus/dbus/commit/efee8394fa9a426004eb24eed1dee80f5efd90af PR: 247760 Approved by: Lewis Cook (maintainer) Approved by: ports-secteam (joneum)
Notes
Notes: svn path=/branches/2020Q3/; revision=542885
Diffstat (limited to 'net-im')
-rw-r--r--net-im/6cord/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/6cord/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go b/net-im/6cord/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go
new file mode 100644
index 000000000000..04240efb7169
--- /dev/null
+++ b/net-im/6cord/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go
@@ -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"