$NetBSD: patch-ab,v 1.1.1.1 2009/03/16 10:49:06 jmcneill Exp $

--- libbrasero-media/Makefile.am.orig	2009-03-15 20:47:51.000000000 -0400
+++ libbrasero-media/Makefile.am
@@ -141,6 +141,11 @@ if HAVE_SG_IO_HDR_T
 libbrasero_media_la_SOURCES += scsi-sg.c
 endif
 
+# NetBSD's scsi(4)
+if HAVE_SCSIIO_H
+libbrasero_media_la_SOURCES += scsi-netbsd.c
+endif
+
 # Solaris's USCSI interface
 if HAVE_USCSI_H
 libbrasero_media_la_SOURCES += scsi-uscsi.c
