pkgsrc/sysutils/gvfs/patches/patch-ag
drochner 7f17027176 update to 1.4.2
this switches to the gnome-2.28 release branch
2009-12-09 18:53:49 +00:00

16 lines
718 B
Text

$NetBSD: patch-ag,v 1.1 2009/12/09 18:53:49 drochner Exp $
--- monitor/hal/ghaldrive.c.orig 2009-10-25 16:52:31.000000000 +0100
+++ monitor/hal/ghaldrive.c
@@ -377,7 +377,11 @@ g_hal_drive_new (GVolumeMonitor *v
drive = g_object_new (G_TYPE_HAL_DRIVE, NULL);
drive->volume_monitor = volume_monitor;
g_object_add_weak_pointer (G_OBJECT (volume_monitor), (gpointer) &(drive->volume_monitor));
+#ifdef __NetBSD__
+ drive->device_path = g_strdup (hal_device_get_property_string (device, "block.netbsd.raw_device"));
+#else
drive->device_path = g_strdup (hal_device_get_property_string (device, "block.device"));
+#endif
drive->device = g_object_ref (device);
drive->pool = g_object_ref (pool);