aboutsummaryrefslogtreecommitdiffstats
path: root/audio/timidity++/files/patch-ac
blob: 1303806452e352730358b9a2081735c655229c6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- timidity/timidity.h.orig	Sat Sep 18 15:42:24 1999
+++ timidity/timidity.h	Sat Sep 18 15:42:51 1999
@@ -434,7 +434,7 @@
 #ifdef LITTLE_ENDIAN
 #define LE_SHORT(x) (x)
 #define LE_LONG(x) (x)
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) && !defined(__alpha__)
 #define BE_SHORT(x) __byte_swap_word(x)
 #define BE_LONG(x) __byte_swap_long(x)
 #else