summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-11-16 15:12:35 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-11-16 15:12:35 +0800
commitb56e9d91e7b3b8e9199c2d78e7f4d59b111148eb (patch)
treedc432efa375afff22ee06cd916c70229aecccade /sysutils
parent5a4fe326e1c535486ff87f512594a7ca826c8b99 (diff)
downloadmarcuscom-ports-b56e9d91e7b3b8e9199c2d78e7f4d59b111148eb.tar
marcuscom-ports-b56e9d91e7b3b8e9199c2d78e7f4d59b111148eb.tar.gz
marcuscom-ports-b56e9d91e7b3b8e9199c2d78e7f4d59b111148eb.tar.bz2
marcuscom-ports-b56e9d91e7b3b8e9199c2d78e7f4d59b111148eb.tar.lz
marcuscom-ports-b56e9d91e7b3b8e9199c2d78e7f4d59b111148eb.tar.xz
marcuscom-ports-b56e9d91e7b3b8e9199c2d78e7f4d59b111148eb.tar.zst
marcuscom-ports-b56e9d91e7b3b8e9199c2d78e7f4d59b111148eb.zip
Fix build on all systems that do not yet have gjournal support.
Reported by: J. W. Ballantine <jwb@homer.att.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7920 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gnome-mount/files/patch-src_gnome-mount-properties-view.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/gnome-mount/files/patch-src_gnome-mount-properties-view.c b/sysutils/gnome-mount/files/patch-src_gnome-mount-properties-view.c
index 7a27d52d5..9ac4d5569 100644
--- a/sysutils/gnome-mount/files/patch-src_gnome-mount-properties-view.c
+++ b/sysutils/gnome-mount/files/patch-src_gnome-mount-properties-view.c
@@ -1,6 +1,6 @@
---- src/gnome-mount-properties-view.c.orig Mon Nov 13 21:14:43 2006
-+++ src/gnome-mount-properties-view.c Mon Nov 13 21:36:10 2006
-@@ -59,6 +59,33 @@ struct _GnomeMountPropertiesViewClass {
+--- src/gnome-mount-properties-view.c.orig Mon Aug 14 00:17:22 2006
++++ src/gnome-mount-properties-view.c Thu Nov 16 02:10:17 2006
+@@ -59,6 +59,35 @@ struct _GnomeMountPropertiesViewClass {
GtkVBoxClass base_class;
};
@@ -26,7 +26,9 @@
+ { MNT_SOFTDEP, "soft-updates" },
+ { MNT_MULTILABEL, "multilabel" },
+ { MNT_ACLS, "acls" },
++#ifdef MNT_GJOURNAL
+ { MNT_GJOURNAL, "gjournal" },
++#endif
+ { 0, NULL }
+};
+#endif
@@ -34,7 +36,7 @@
G_DEFINE_TYPE (GnomeMountPropertiesView, gm_properties_view, GTK_TYPE_VBOX)
static void
-@@ -445,13 +472,29 @@ static gboolean
+@@ -445,13 +474,29 @@ static gboolean
mtab_next (gpointer handle, char **device_file, char **mount_options, char **mount_fstype)
{
#ifdef __FreeBSD__