freebsd-ports/sysutils/nautilus-cd-burner/files/patch-src_nautilus-burn-drive-private.h
Joe Marcus Clarke 6daba5b7d3 To fix other applications that make use of n-c-b (e.g. sound-juicer)
break out the x,x,x device notation needed for tools like cdrecord from
the standard /dev/X device name specification.  While here, add a
RUN_DEPENDS on cdrdao which is needed for some of n-c-b's features.
2006-11-19 19:07:16 +00:00

10 lines
455 B
C

--- src/nautilus-burn-drive-private.h.orig Sun Nov 19 13:43:24 2006
+++ src/nautilus-burn-drive-private.h Sun Nov 19 13:43:50 2006
@@ -34,6 +34,7 @@ struct NautilusBurnDrivePrivate {
int type;
char *device;
+ char *cdrecord_device;
char *display_name;
int max_speed_write;
int max_speed_read;