summaryrefslogtreecommitdiff
path: root/sysutils/nautilus-cd-burner/patches
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/nautilus-cd-burner/patches')
-rw-r--r--sysutils/nautilus-cd-burner/patches/patch-ab18
-rw-r--r--sysutils/nautilus-cd-burner/patches/patch-ae12
-rw-r--r--sysutils/nautilus-cd-burner/patches/patch-af13
3 files changed, 34 insertions, 9 deletions
diff --git a/sysutils/nautilus-cd-burner/patches/patch-ab b/sysutils/nautilus-cd-burner/patches/patch-ab
index 7080a5d7e1a..964c03edb9d 100644
--- a/sysutils/nautilus-cd-burner/patches/patch-ab
+++ b/sysutils/nautilus-cd-burner/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1 2004/09/21 17:15:35 jmmv Exp $
+$NetBSD: patch-ab,v 1.2 2005/03/22 16:33:55 jmmv Exp $
---- cd-drive.c.orig 2004-08-09 22:04:30.000000000 +0200
-+++ cd-drive.c
-@@ -688,8 +688,9 @@ lookup_scsi_unit (int bus, int id, int l
+--- nautilus-burn-drive.c.orig 2005-02-23 01:34:17.000000000 +0100
++++ nautilus-burn-drive.c
+@@ -1112,8 +1112,9 @@ lookup_scsi_unit (int bus,
}
return NULL;
}
@@ -13,7 +13,7 @@ $NetBSD: patch-ab,v 1.1 2004/09/21 17:15:35 jmmv Exp $
static int
get_device_max_read_speed (char *device)
{
-@@ -710,7 +711,6 @@ get_device_max_read_speed (char *device)
+@@ -1134,7 +1135,6 @@ get_device_max_read_speed (char *device)
return max_speed;
}
@@ -21,13 +21,13 @@ $NetBSD: patch-ab,v 1.1 2004/09/21 17:15:35 jmmv Exp $
static int
get_device_max_write_speed (char *device)
-@@ -732,6 +732,9 @@ get_device_max_write_speed (char *device
+@@ -1156,7 +1156,9 @@ get_device_max_write_speed (char *device
return max_speed;
}
+#endif
-+
-+#if defined(__linux__)
++#if defined(__linux__)
static char *
- get_scsi_cd_name (int bus, int id, int lun, const char *dev,
+ get_scsi_cd_name (int bus,
+ int id,
diff --git a/sysutils/nautilus-cd-burner/patches/patch-ae b/sysutils/nautilus-cd-burner/patches/patch-ae
new file mode 100644
index 00000000000..76d9b12e7a5
--- /dev/null
+++ b/sysutils/nautilus-cd-burner/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2005/03/22 16:33:55 jmmv Exp $
+
+--- config.h.in.orig 2005-03-07 19:56:08.000000000 +0100
++++ config.h.in
+@@ -105,3 +105,7 @@
+
+ /* Define to empty if `const' does not conform to ANSI C. */
+ #undef const
++
++/* Define to 1 if you have the `statvfs' function. */
++#undef HAVE_STATVFS
++
diff --git a/sysutils/nautilus-cd-burner/patches/patch-af b/sysutils/nautilus-cd-burner/patches/patch-af
new file mode 100644
index 00000000000..f6073fc74b5
--- /dev/null
+++ b/sysutils/nautilus-cd-burner/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2005/03/22 16:33:55 jmmv Exp $
+
+--- configure.orig 2005-03-07 19:55:52.000000000 +0100
++++ configure
+@@ -22185,7 +22185,7 @@ fi
+ glib_save_LIBS="$LIBS"
+ LIBS="$LIBS $INTLLIBS"
+
+-for ac_func in dcgettext
++for ac_func in dcgettext statvfs
+ do
+ as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ echo "$as_me:$LINENO: checking for $ac_func" >&5