diff options
Diffstat (limited to 'sysutils/brasero/patches/patch-ad')
-rw-r--r-- | sysutils/brasero/patches/patch-ad | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/sysutils/brasero/patches/patch-ad b/sysutils/brasero/patches/patch-ad new file mode 100644 index 00000000000..38baa8eca12 --- /dev/null +++ b/sysutils/brasero/patches/patch-ad @@ -0,0 +1,57 @@ +$NetBSD: patch-ad,v 1.1 2009/07/06 15:22:14 joerg Exp $ + +--- libbrasero-media/Makefile.in.orig 2009-05-18 17:06:54.000000000 +0200 ++++ libbrasero-media/Makefile.in +@@ -40,8 +40,11 @@ host_triplet = @host@ + # Linux's SCSI CAM interface + @HAVE_SG_IO_HDR_T_TRUE@am__append_2 = scsi-sg.c + ++# NetBSD's scsi(4) ++@HAVE_SCSIIO_H_TRUE@am__append_3 = scsi-netbsd.c ++ + # Solaris's USCSI interface +-@HAVE_USCSI_H_TRUE@am__append_3 = scsi-uscsi.c ++@HAVE_USCSI_H_TRUE@am__append_4 = scsi-uscsi.c + subdir = libbrasero-media + DIST_COMMON = $(libbraseromediainclude_HEADERS) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in $(srcdir)/brasero-media.h.in COPYING +@@ -96,10 +99,11 @@ am__libbrasero_media_la_SOURCES_DIST = l + brasero-drive-selection.c brasero-drive-selection.h \ + brasero-media-private.h brasero-medium-selection-priv.h \ + brasero-gio-operation.h brasero-gio-operation.c scsi-cam.c \ +- scsi-sg.c scsi-uscsi.c ++ scsi-sg.c scsi-uscsi.c scsi-netbsd.c + @HAVE_CAM_LIB_H_TRUE@am__objects_1 = scsi-cam.lo + @HAVE_SG_IO_HDR_T_TRUE@am__objects_2 = scsi-sg.lo +-@HAVE_USCSI_H_TRUE@am__objects_3 = scsi-uscsi.lo ++@HAVE_SCSIIO_H_TRUE@am__objects_3 = scsi-netbsd.lo ++@HAVE_USCSI_H_TRUE@am__objects_4 = scsi-uscsi.lo + am_libbrasero_media_la_OBJECTS = libbrasero-marshal.lo \ + scsi-get-configuration.lo scsi-read-disc-info.lo \ + scsi-read-toc-pma-atip.lo scsi-sense-data.lo scsi-error.lo \ +@@ -114,7 +118,7 @@ am_libbrasero_media_la_OBJECTS = libbras + brasero-volume.lo brasero-drive.lo brasero-medium-selection.lo \ + brasero-units.lo brasero-drive-selection.lo \ + brasero-gio-operation.lo $(am__objects_1) $(am__objects_2) \ +- $(am__objects_3) ++ $(am__objects_3) $(am__objects_4) + libbrasero_media_la_OBJECTS = $(am_libbrasero_media_la_OBJECTS) + libbrasero_media_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ +@@ -420,7 +424,7 @@ libbrasero_media_la_SOURCES = libbrasero + brasero-drive-selection.c brasero-drive-selection.h \ + brasero-media-private.h brasero-medium-selection-priv.h \ + brasero-gio-operation.h brasero-gio-operation.c \ +- $(am__append_1) $(am__append_2) $(am__append_3) ++ $(am__append_1) $(am__append_2) $(am__append_3) $(am__append_4) + EXTRA_DIST = \ + libbrasero-marshal.list + +@@ -534,6 +538,7 @@ distclean-compile: + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-sense-data.Plo@am__quote@ + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-sg.Plo@am__quote@ + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-test-unit-ready.Plo@am__quote@ ++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-netbsd.Plo@am__quote@ + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-uscsi.Plo@am__quote@ + + .c.o: |