summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authormycroft <mycroft>2003-09-30 21:29:51 +0000
committermycroft <mycroft>2003-09-30 21:29:51 +0000
commit3eb7309a228659eeff379d04f1b62fd6f8d206ef (patch)
treefcc85f6227c75746527e354e59cc803892945830 /x11
parentd1ffec220dd62bb5bcd2950c1f5c6c9a0d939467 (diff)
downloadpkgsrc-3eb7309a228659eeff379d04f1b62fd6f8d206ef.tar.gz
More GCC3 flotsam.
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-applets/distinfo3
-rw-r--r--x11/gnome-applets/patches/patch-al13
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/gnome-applets/distinfo b/x11/gnome-applets/distinfo
index bc406d1e023..ec8823f9ff7 100644
--- a/x11/gnome-applets/distinfo
+++ b/x11/gnome-applets/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2002/10/22 21:05:13 bouyer Exp $
+$NetBSD: distinfo,v 1.7 2003/09/30 21:29:51 mycroft Exp $
SHA1 (gnome-applets-1.4.0.4.tar.bz2) = 56aecb06aedb1997f4d4e8fc14f273b6618a2024
Size (gnome-applets-1.4.0.4.tar.bz2) = 5141861 bytes
@@ -7,3 +7,4 @@ SHA1 (patch-ac) = 6ac5186e16ebc9064e3afd14dcc2ec9d9a035dc0
SHA1 (patch-af) = 6c19460c11ab68ca3a0303fa3427984a6422b124
SHA1 (patch-ah) = f078afbb7ba990dc82476af9a45b587313ea9108
SHA1 (patch-ak) = 6d58ecdf9eee5638b327e5b4309842feee052ae7
+SHA1 (patch-al) = 9cedad3d6095e342afc736ac586fe108da43e5ab
diff --git a/x11/gnome-applets/patches/patch-al b/x11/gnome-applets/patches/patch-al
new file mode 100644
index 00000000000..ef950b98071
--- /dev/null
+++ b/x11/gnome-applets/patches/patch-al
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.1 2003/09/30 21:32:29 mycroft Exp $
+
+--- multiload/main.c.orig 2001-08-02 13:18:26.000000000 +0000
++++ multiload/main.c 2003-09-30 21:28:46.000000000 +0000
+@@ -67,7 +67,7 @@
+ "#cfff5fff5fff", "#00008fff0000"
+ };
+
+-#define ADD_PROPERTIES(x,y) multiload_property_object_list = g_list_append (multiload_property_object_list, gnome_property_object_new (& ## x ## Property_Descriptor, &multiload_properties. ## y ##))
++#define ADD_PROPERTIES(x,y) multiload_property_object_list = g_list_append (multiload_property_object_list, gnome_property_object_new (&x ## Property_Descriptor, &multiload_properties.y))
+
+ static GtkWidget *
+ make_new_applet (const gchar *goad_id)