mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
6db349a3d6
PR: 17354 Submitted by: maintainer
12 lines
351 B
Plaintext
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
|