summaryrefslogtreecommitdiff
path: root/sysutils/cdrecord
diff options
context:
space:
mode:
authorhamajima <hamajima@pkgsrc.org>2005-01-10 15:48:07 +0000
committerhamajima <hamajima@pkgsrc.org>2005-01-10 15:48:07 +0000
commitc9d23b2a479d14d804084e74e25f7db00b2c8a3a (patch)
tree4ee82bbc7d42721a640ea565984f69f0d0d9a9b5 /sysutils/cdrecord
parent3d5f711d63e0f066af365749d1fc4dccf303d87d (diff)
downloadpkgsrc-c9d23b2a479d14d804084e74e25f7db00b2c8a3a.tar.gz
amd64 uses d partition, same as i386.
Diffstat (limited to 'sysutils/cdrecord')
-rw-r--r--sysutils/cdrecord/patches/patch-ai4
1 files changed, 2 insertions, 2 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 */