summaryrefslogtreecommitdiff
path: root/audio/csound6/files/patch-H__remote.h
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2015-02-17 03:17:57 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2015-02-17 03:17:57 +0000
commit0496f52584da167db996c96567328667e71ebdb6 (patch)
tree55e2863485b7023baf6c25a233423c80e8d004ce /audio/csound6/files/patch-H__remote.h
parent- Update to version 5.8.1 (diff)
Upgrade to 6.04.
PR: 197416 Submitted by: Ports Fury.
Diffstat (limited to 'audio/csound6/files/patch-H__remote.h')
-rw-r--r--audio/csound6/files/patch-H__remote.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/csound6/files/patch-H__remote.h b/audio/csound6/files/patch-H__remote.h
new file mode 100644
index 000000000000..bdb25b3883d1
--- /dev/null
+++ b/audio/csound6/files/patch-H__remote.h
@@ -0,0 +1,14 @@
+--- H/remote.h.orig
++++ H/remote.h
+@@ -37,7 +37,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>