summaryrefslogtreecommitdiff
path: root/sysutils/cdrecord-xcdroast
diff options
context:
space:
mode:
authorwiz <wiz>2003-04-03 12:04:03 +0000
committerwiz <wiz>2003-04-03 12:04:03 +0000
commit0d61ca3569a9262cb91f10cadfc1c5f181cfdc6e (patch)
treece7f9c0d169a3b28120c5a34c898d6bce0117212 /sysutils/cdrecord-xcdroast
parent5aa3583865a18e16d32b1bd87576fe7b4ce86084 (diff)
downloadpkgsrc-0d61ca3569a9262cb91f10cadfc1c5f181cfdc6e.tar.gz
Include machine/endian.h only ifdef __NetBSD__.
From Jeremy C. Reed in PR 20983.
Diffstat (limited to 'sysutils/cdrecord-xcdroast')
-rw-r--r--sysutils/cdrecord-xcdroast/distinfo4
-rw-r--r--sysutils/cdrecord-xcdroast/patches/patch-ac10
2 files changed, 8 insertions, 6 deletions
diff --git a/sysutils/cdrecord-xcdroast/distinfo b/sysutils/cdrecord-xcdroast/distinfo
index 50d60315fbc..6a3ddc07c3f 100644
--- a/sysutils/cdrecord-xcdroast/distinfo
+++ b/sysutils/cdrecord-xcdroast/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2003/01/10 11:20:33 drochner Exp $
+$NetBSD: distinfo,v 1.3 2003/04/03 12:04:03 wiz Exp $
SHA1 (cdrtools-2.0.tar.gz) = a6645d541a40a0374d6ebffae699555273e41cb0
Size (cdrtools-2.0.tar.gz) = 1583252 bytes
-SHA1 (patch-ac) = 52622d8fc4170a9c0310c810badc74bb3b9c9df8
+SHA1 (patch-ac) = 50e13054951073b1fee9cda12abb722fc86adcea
SHA1 (patch-ah) = 34ecab01125bcac2a28e295b198edce0de8b8777
SHA1 (patch-ai) = 38f6bc8a9deee6861d5589dcf65dcd4968614457
SHA1 (patch-aj) = 7e8328ad3478a43cc9311158c30b0acfe48fbb7b
diff --git a/sysutils/cdrecord-xcdroast/patches/patch-ac b/sysutils/cdrecord-xcdroast/patches/patch-ac
index 5d93e493d8f..10f54b5736e 100644
--- a/sysutils/cdrecord-xcdroast/patches/patch-ac
+++ b/sysutils/cdrecord-xcdroast/patches/patch-ac
@@ -1,16 +1,18 @@
-$NetBSD: patch-ac,v 1.1.1.1 2002/12/02 18:41:20 drochner Exp $
+$NetBSD: patch-ac,v 1.2 2003/04/03 12:04:04 wiz Exp $
---- include/btorder.h.orig Mon Dec 10 10:54:27 2001
+--- include/btorder.h.orig Mon Dec 10 00:54:27 2001
+++ include/btorder.h
-@@ -28,6 +28,7 @@
+@@ -28,6 +28,9 @@
#include <sys/types.h> /* try to load isa_defs.h on Solaris */
#define _INCL_SYS_TYPES_H
#endif
++#ifdef __NetBSD__
+#include <machine/endian.h>
++#endif
#ifndef _MCONFIG_H
#include <mconfig.h> /* load bit/byte-oder from xmconfig.h*/
-@@ -108,7 +109,7 @@ error Only one of _BIT_FIELDS_LTOH or _
+@@ -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__)