diff options
author | mycroft <mycroft@pkgsrc.org> | 2003-09-30 22:03:40 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2003-09-30 22:03:40 +0000 |
commit | b4ee83fccea55244111441692fc683f1cb87d49a (patch) | |
tree | 5ea8fda219fc3906ca7f3a50ca3f9bc10e1075ef | |
parent | 7a9a8a62c6b68026fbcb8d3ff7eabec3074c1043 (diff) | |
download | pkgsrc-b4ee83fccea55244111441692fc683f1cb87d49a.tar.gz |
More GCC3 flotsam.
-rw-r--r-- | sysutils/gtop/distinfo | 3 | ||||
-rw-r--r-- | sysutils/gtop/patches/patch-ab | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/sysutils/gtop/distinfo b/sysutils/gtop/distinfo index dc1f095c8d0..6294af31513 100644 --- a/sysutils/gtop/distinfo +++ b/sysutils/gtop/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2001/04/24 18:33:29 rh Exp $ +$NetBSD: distinfo,v 1.4 2003/09/30 22:03:40 mycroft Exp $ SHA1 (gtop-1.0.13.tar.gz) = 114b3068c6c66b7cd582c6bfe2d1143957ae5a19 Size (gtop-1.0.13.tar.gz) = 823015 bytes SHA1 (patch-aa) = 5f17676fc7fca9cf8b99dc02fd34142f99ff5fd3 +SHA1 (patch-ab) = d97ba2e37838cd93be8b1d33ebdfe81d6d64b1d1 diff --git a/sysutils/gtop/patches/patch-ab b/sysutils/gtop/patches/patch-ab new file mode 100644 index 00000000000..83a13d2b394 --- /dev/null +++ b/sysutils/gtop/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2003/09/30 22:03:40 mycroft Exp $ + +--- main.c.orig 2001-02-27 14:41:29.000000000 +0000 ++++ main.c 2003-09-30 22:01:36.000000000 +0000 +@@ -149,7 +149,7 @@ + GNOMEUIINFO_END + }; + +-#define ADD_PROPERTIES(x,y) gtop_property_object_list = g_list_append (gtop_property_object_list, gnome_property_object_new (& ## x ## Property_Descriptor, >op_properties. ## y ##)) ++#define ADD_PROPERTIES(x,y) gtop_property_object_list = g_list_append (gtop_property_object_list, gnome_property_object_new (&x ## Property_Descriptor, >op_properties.y)) + + void + gtop_quit (void) |