mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
Add DragonFly and NetBSD-specific patches to better maintain. PR: 279273 Approved by: submitter is maintainer
11 lines
336 B
C++
11 lines
336 B
C++
--- src/megacmdshell/megacmdshellcommunications.cpp.orig 2024-05-20 12:29:43 UTC
|
|
+++ src/megacmdshell/megacmdshellcommunications.cpp
|
|
@@ -55,7 +55,7 @@
|
|
#include <limits.h>
|
|
#endif
|
|
|
|
-#ifdef __FreeBSD__
|
|
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
|
|
#include <netinet/in.h>
|
|
#endif
|
|
|