diff options
Diffstat (limited to 'sysutils/cdrecord/patches/patch-ac')
-rw-r--r-- | sysutils/cdrecord/patches/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/cdrecord/patches/patch-ac b/sysutils/cdrecord/patches/patch-ac new file mode 100644 index 00000000000..cecc97b2533 --- /dev/null +++ b/sysutils/cdrecord/patches/patch-ac @@ -0,0 +1,11 @@ +--- include/btorder.h.orig Sun Jul 19 19:28:10 1998 ++++ include/btorder.h Sat Nov 7 14:40:40 1998 +@@ -46,7 +46,7 @@ + # endif + + # if defined(__i386) || defined(i386) || \ +- defined(__alpha) || defined(alpha) ++ defined(__alpha) || defined(alpha) || defined(__arm6__) + # define _BIT_FIELDS_LTOH + # endif + |