diff options
author | jmmv <jmmv> | 2003-12-28 19:22:12 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-12-28 19:22:12 +0000 |
commit | 3fe13deba75317f20ddad78421257f5f5c392e68 (patch) | |
tree | d8d2d8cc2c1ca266abbd39588f316f35ad381f0f /sysutils/cdrecord-xcdroast/patches/patch-ac | |
parent | ec3916d6e996fea90d27f0b452d28caccda141a2 (diff) | |
download | pkgsrc-3fe13deba75317f20ddad78421257f5f5c392e68.tar.gz |
Update to 0.98a15.2.01a21. There are too many changes since cdrecord 2.00
to be listed here; the package includes a complete list in all AN-2.01a??
files. What is notable is that it enables xcdroast "audio-on-the-fly
support".
Diffstat (limited to 'sysutils/cdrecord-xcdroast/patches/patch-ac')
-rw-r--r-- | sysutils/cdrecord-xcdroast/patches/patch-ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/cdrecord-xcdroast/patches/patch-ac b/sysutils/cdrecord-xcdroast/patches/patch-ac index 10f54b5736e..5d4b4eee225 100644 --- a/sysutils/cdrecord-xcdroast/patches/patch-ac +++ b/sysutils/cdrecord-xcdroast/patches/patch-ac @@ -1,6 +1,6 @@ -$NetBSD: patch-ac,v 1.2 2003/04/03 12:04:04 wiz Exp $ +$NetBSD: patch-ac,v 1.3 2003/12/28 19:22:12 jmmv Exp $ ---- include/btorder.h.orig Mon Dec 10 00:54:27 2001 +--- include/btorder.h.orig 2003-06-15 23:41:22.000000000 +0200 +++ include/btorder.h @@ -28,6 +28,9 @@ #include <sys/types.h> /* try to load isa_defs.h on Solaris */ @@ -14,7 +14,7 @@ $NetBSD: patch-ac,v 1.2 2003/04/03 12:04:04 wiz Exp $ #include <mconfig.h> /* load bit/byte-oder from xmconfig.h*/ @@ -108,7 +111,7 @@ error Only one of _BIT_FIELDS_LTOH or _ # if defined(__ppc__) || defined(ppc) || defined(__ppc) || \ - defined(__PPC) || defined(powerpc) || defined(__powerpc__) + defined(__PPC) || defined(powerpc) || defined(__powerpc__) -# if defined(__BIG_ENDIAN__) +# if defined(__BIG_ENDIAN__) || BYTE_ORDER == BIG_ENDIAN |