freebsd-ports/multimedia/mythtv-frontend/files/patch-libs__libmythupnp__mmulticastsocketdevice.h
Bernhard Froehlich 776706b18c - Update to latest 0.27 stable branch from github
- Add patches to build with clang [1]
- Use OPTIONS_SUB

PR:		ports/186005 [1]
Submitted by:	John Clark <clarkjc@runbox.com> [1]
2014-01-25 19:45:46 +00:00

11 lines
332 B
C

--- libs/libmythupnp/mmulticastsocketdevice.h.orig 2013-09-18 16:06:08.000000000 -0400
+++ libs/libmythupnp/mmulticastsocketdevice.h 2014-01-22 08:24:26.000000000 -0500
@@ -18,6 +18,7 @@
# include <ws2tcpip.h>
# endif
#else
+# include <sys/types.h>
# include <sys/socket.h>
# include <netinet/in.h>
# include <netinet/ip.h>