diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-11-07 19:45:47 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-11-07 19:45:47 +0000 |
commit | ffbda3d5336a561021a6a377f6001178faab20a5 (patch) | |
tree | f75dca5680af13824b809a2d001d2b090bbba5af /sysutils/cdrecord | |
parent | 123470b0241d8b85aa4d4ba860b25354745a1cb8 (diff) | |
download | pkgsrc-ffbda3d5336a561021a6a377f6001178faab20a5.tar.gz |
Define the bitfield order for the ARM.
Diffstat (limited to 'sysutils/cdrecord')
-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 + |