pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/amaterus GCC 3.4+: Label at end of compound statement.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a0d9f493261
branches:  trunk
changeset: 504173:5a0d9f493261
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Dec 06 14:26:02 2005 +0000

description:
GCC 3.4+: Label at end of compound statement.

diffstat:

 wm/amaterus/distinfo         |   3 ++-
 wm/amaterus/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r a7bdf3378149 -r 5a0d9f493261 wm/amaterus/distinfo
--- a/wm/amaterus/distinfo      Tue Dec 06 14:20:57 2005 +0000
+++ b/wm/amaterus/distinfo      Tue Dec 06 14:26:02 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 18:43:53 wiz Exp $
+$NetBSD: distinfo,v 1.3 2005/12/06 14:26:02 joerg Exp $
 
 SHA1 (amaterus-0.34.1.tar.gz) = e26381d8c9b4c36148a71d28dcacd48f3590afd5
 RMD160 (amaterus-0.34.1.tar.gz) = abbca6c6c89632342e1f3502942dd206d5c9db0d
 Size (amaterus-0.34.1.tar.gz) = 141802 bytes
+SHA1 (patch-aa) = f0cb7145fea376af2293b56ba05f5aa1be06e6e1
diff -r a7bdf3378149 -r 5a0d9f493261 wm/amaterus/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/amaterus/patches/patch-aa      Tue Dec 06 14:26:02 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2005/12/06 14:26:02 joerg Exp $
+
+--- src/wmlabel.c.orig 2005-12-06 14:13:39.000000000 +0000
++++ src/wmlabel.c
+@@ -42,6 +42,7 @@ GtkWidget *wm_label_new(WmLabelList *lis
+           break;
+ 
+       default:
++          break;
+       }
+       list = list->next;
+     }



Home | Main Index | Thread Index | Old Index