ports/audio/csound6/files/patch-H_remote.h
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51: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>