summaryrefslogtreecommitdiff
path: root/multimedia/dvbcut/files/patch-src_index.h
blob: 6507b53b94eae82cefb4846b1de5c9cf33b899d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/index.h.orig	2016-11-18 13:31:01 UTC
+++ src/index.h
@@ -22,7 +22,9 @@
 #define _DVBCUT_INDEX_H
 
 #include <stdint.h>
+#ifndef __FreeBSD__
 #include <byteswap.h>
+#endif
 #include <set>
 #include <vector>
 #include "types.h"