1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/astro/opencpn/files/patch-libs_wxservdisc_wxServDisc.cpp
Fernando Apesteguía e4455116af astro/opencpn: Update to 5.2.0
ChangeLog: https://opencpn.org/OpenCPN/about/ver520.html

PR:	249195
Submitted by:	ml@netfence.it (maintainer)
2020-09-09 07:53:09 +00:00

15 lines
307 B
C++

--- libs/wxservdisc/wxServDisc.cpp.orig 2020-07-15 18:02:29 UTC
+++ libs/wxservdisc/wxServDisc.cpp
@@ -42,11 +42,9 @@
// Compatability defines
-#ifdef __APPLE__
#ifndef IPV6_ADD_MEMBERSHIP
#define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP
#define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP
-#endif
#endif