1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/timidity++/files/patch-ac
Michael Haro 6db349a3d6 update to 2.9.0
PR:		17354
Submitted by:	maintainer
2000-03-31 21:21:03 +00:00

12 lines
351 B
Plaintext

--- timidity/timidity.h.orig Thu Nov 4 21:14:15 1999
+++ timidity/timidity.h Wed Nov 24 17:15:31 1999
@@ -441,7 +441,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