1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00

net/tintin++: Remove upstreamed patch

PR:		258174
Reported by:	<tobias.rehbein@web.de>
This commit is contained in:
Po-Chuan Hsieh 2021-10-25 23:18:59 +08:00
parent c10767aa22
commit d4ed3b701f
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -1,13 +0,0 @@
--- tintin.h.orig 2020-10-09 12:23:24 UTC
+++ tintin.h
@@ -98,6 +98,10 @@
#include <sys/stat.h>
#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+
#if !defined(SO_PEERCRED)
#define SO_PEERCRED 17
#endif