mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
e4455116af
ChangeLog: https://opencpn.org/OpenCPN/about/ver520.html PR: 249195 Submitted by: ml@netfence.it (maintainer)
15 lines
307 B
C++
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
|
|
|
|
|