diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-06 14:26:02 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-06 14:26:02 +0000 |
commit | 51410f4b42f536b4e6d34b925682514f0cc4cff0 (patch) | |
tree | 5b74eb72d0876b60b340c521477c44f1abec8112 | |
parent | c4e07448d6dccc6846350f0352c5e2ce9adba369 (diff) | |
download | pkgsrc-51410f4b42f536b4e6d34b925682514f0cc4cff0.tar.gz |
GCC 3.4+: Label at end of compound statement.
-rw-r--r-- | wm/amaterus/distinfo | 3 | ||||
-rw-r--r-- | wm/amaterus/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/wm/amaterus/distinfo b/wm/amaterus/distinfo index 64c5f5c8340..ec2b5ae76ed 100644 --- a/wm/amaterus/distinfo +++ b/wm/amaterus/distinfo @@ -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 --git a/wm/amaterus/patches/patch-aa b/wm/amaterus/patches/patch-aa new file mode 100644 index 00000000000..c338ed88107 --- /dev/null +++ b/wm/amaterus/patches/patch-aa @@ -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; + } |