summaryrefslogtreecommitdiff
path: root/sysutils/cdrecord
diff options
context:
space:
mode:
authormycroft <mycroft>1998-11-07 19:45:47 +0000
committermycroft <mycroft>1998-11-07 19:45:47 +0000
commit616ebc68bd7664819ccb650600bacd56028517e1 (patch)
treef75dca5680af13824b809a2d001d2b090bbba5af /sysutils/cdrecord
parenta24c941458b1800dd23ea3a0591ea4f800822d85 (diff)
downloadpkgsrc-616ebc68bd7664819ccb650600bacd56028517e1.tar.gz
Define the bitfield order for the ARM.
Diffstat (limited to 'sysutils/cdrecord')
-rw-r--r--sysutils/cdrecord/patches/patch-ac11
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
+