summaryrefslogtreecommitdiff
path: root/audio/xanalyser/patches/patch-ab
blob: d0f2d1d011f7e451e660fd37b63119d3688909e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.6 2005/12/11 20:46:50 joerg Exp $

--- src/Sample.cc.orig	2005-12-11 20:37:17.000000000 +0000
+++ src/Sample.cc
@@ -12,6 +12,8 @@
 #include <errno.h>
 #ifdef __NetBSD__
 #  include <machine/endian.h>
+#elif defined(__DragonFly__)
+#  include <sys/endian.h>
 #else
 #  include <endian.h>
 #endif