Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Aug 2004 01:23:41 +0300
From:      Andrey Slusar <vasallia@ukr.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/70102: [PATCH] x11-wm/amaterus: fix build with gcc 3.4
Message-ID:  <E1BtD7l-000Cgp-W1@santinel.home.ua>
Resent-Message-ID: <200408062300.i76N0leo070831@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         70102
>Category:       ports
>Synopsis:       [PATCH] x11-wm/amaterus: fix build with gcc 3.4
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 06 23:00:47 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Slusar
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
Santinel
>Environment:
System: FreeBSD santinel.home.ua 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Fri Aug 6 18:35:54 EEST 2004 root@santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386
>Description:
	Fix build with gcc3.4
>How-To-Repeat:
	
>Fix:
--- amaterus.diff begins here ---
diff -ruN /usr/ports/x11-wm/amaterus/files/patch-src::wmlabel.c amaterus/files/patch-src::wmlabel.c
--- /usr/ports/x11-wm/amaterus/files/patch-src::wmlabel.c	Thu Jan  1 03:00:00 1970
+++ amaterus/files/patch-src::wmlabel.c	Thu Aug  5 05:54:25 2004
@@ -0,0 +1,10 @@
+--- src/wmlabel.c.old	Thu Aug  5 05:53:44 2004
++++ src/wmlabel.c	Thu Aug  5 05:53:59 2004
+@@ -42,6 +42,7 @@
+ 	    break;
+ 
+ 	default:
++	    break;
+ 	}
+ 	list = list->next;
+     }
--- amaterus.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1BtD7l-000Cgp-W1>