summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorhamajima <hamajima>2005-01-10 15:48:07 +0000
committerhamajima <hamajima>2005-01-10 15:48:07 +0000
commita05dfec4a196644b7c830aeb9a49ed5a46bcbcb4 (patch)
tree4ee82bbc7d42721a640ea565984f69f0d0d9a9b5 /sysutils
parentff1a489fc4889f228d763c8415a23243ad13bb9c (diff)
downloadpkgsrc-a05dfec4a196644b7c830aeb9a49ed5a46bcbcb4.tar.gz
amd64 uses d partition, same as i386.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cdrecord/patches/patch-ai4
-rw-r--r--sysutils/dvdrecord/patches/patch-ab4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/cdrecord/patches/patch-ai b/sysutils/cdrecord/patches/patch-ai
index 55a6ab5dce1..556182e8989 100644
--- a/sysutils/cdrecord/patches/patch-ai
+++ b/sysutils/cdrecord/patches/patch-ai
@@ -1,4 +1,4 @@
-$NetBSD: patch-ai,v 1.3 2003/01/03 16:27:10 lukem Exp $
+$NetBSD: patch-ai,v 1.4 2005/01/10 15:48:07 hamajima Exp $
--- libscg/scsi-bsd.c.orig Mon Oct 21 15:57:07 2002
+++ libscg/scsi-bsd.c Sat Nov 30 18:20:19 2002
@@ -26,7 +26,7 @@ $NetBSD: patch-ai,v 1.3 2003/01/03 16:27:10 lukem Exp $
char devname[64];
+#if defined(__NetBSD__)
+ struct scsi_addr mysaddr;
-+#if defined(__i386__)
++#if defined(__i386__) || defined(__amd64__)
+ char slicename[] = "d"; /* i386 is special */
+#else
+ char slicename[] = "c"; /* this is what the rest uses */
diff --git a/sysutils/dvdrecord/patches/patch-ab b/sysutils/dvdrecord/patches/patch-ab
index 4691cf0b7e7..10143c90be3 100644
--- a/sysutils/dvdrecord/patches/patch-ab
+++ b/sysutils/dvdrecord/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1 2003/01/31 11:02:29 abs Exp $
+$NetBSD: patch-ab,v 1.2 2005/01/10 15:48:07 hamajima Exp $
--- libscg/scsi-bsd.c.orig Tue Jan 29 17:23:22 2002
+++ libscg/scsi-bsd.c
@@ -26,7 +26,7 @@ $NetBSD: patch-ab,v 1.1 2003/01/31 11:02:29 abs Exp $
char devname[64];
+#if defined(__NetBSD__)
+ struct scsi_addr mysaddr;
-+#if defined(__i386__)
++#if defined(__i386__) || defined(__amd64__)
+ char slicename[] = "d"; /* i386 is special */
+#else
+ char slicename[] = "c"; /* this is what the rest uses */