freebsd-ports/audio/csound/files/patch-H_remote.h
Yuri Victorovich b4340bf78e Move audio/csound6 -> audio/csound
Having the version in its name doesn't make sense because this is a stable package.
2018-11-17 21:07:15 +00:00

14 lines
304 B
C

--- H/remote.h.orig 2015-09-29 11:13:27 UTC
+++ H/remote.h
@@ -42,7 +42,10 @@
#ifdef MACOSX
#include <net/if.h>
#endif
- #ifdef LINUX
+ #ifdef __FreeBSD__
+ #include <net/if.h>
+ #endif
+ #ifdef linux
#include <linux/if.h>
#endif
#include <arpa/inet.h>