summaryrefslogtreecommitdiff
path: root/sysutils/cdrecord
diff options
context:
space:
mode:
authormycroft <mycroft>1998-11-17 14:14:43 +0000
committermycroft <mycroft>1998-11-17 14:14:43 +0000
commitd126598e519a6286ce088412bd17aeab13b5b166 (patch)
treeafce438fadb5b4a15985aeb13fc9d9ba6b52d972 /sysutils/cdrecord
parentfcc29db3b09f4587e546d2f4b6d937e0f2546daf (diff)
downloadpkgsrc-d126598e519a6286ce088412bd17aeab13b5b166.tar.gz
egcs is configured to define a different symbol. *grumble*
Diffstat (limited to 'sysutils/cdrecord')
-rw-r--r--sysutils/cdrecord/patches/patch-ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cdrecord/patches/patch-ac b/sysutils/cdrecord/patches/patch-ac
index 2205d14cceb..92b940d7c59 100644
--- a/sysutils/cdrecord/patches/patch-ac
+++ b/sysutils/cdrecord/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.6 1998/11/12 23:50:33 frueauf Exp $
+$NetBSD: patch-ac,v 1.7 1998/11/17 14:14:43 mycroft Exp $
--- include/btorder.h.orig Sun Jul 19 19:28:10 1998
+++ include/btorder.h Sat Nov 7 14:40:40 1998
@@ -7,7 +7,7 @@ $NetBSD: patch-ac,v 1.6 1998/11/12 23:50:33 frueauf Exp $
# if defined(__i386) || defined(i386) || \
- defined(__alpha) || defined(alpha)
-+ defined(__alpha) || defined(alpha) || defined(__arm6__)
++ defined(__alpha) || defined(alpha) || defined(__arm6__) || defined(__arm__)
# define _BIT_FIELDS_LTOH
# endif