Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Aug 2004 03:22:10 +0300
From:      Andrey Slusar <vasallia@ukr.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/70103: [PATCH] x11-wm/xfce: fix build with gcc3.4
Message-ID:  <E1BtEyQ-000Fqk-7J@santinel.home.ua>
Resent-Message-ID: <200408070030.i770URUI083995@freefall.freebsd.org>

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

>Number:         70103
>Category:       ports
>Synopsis:       [PATCH] x11-wm/xfce: fix build with gcc3.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:   Sat Aug 07 00:30:26 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:

--- xfce.diff begins here ---
diff -ruN /usr/ports/x11-wm/xfce/files/patch-xfce::taskbar.c xfce/files/patch-xfce::taskbar.c
--- /usr/ports/x11-wm/xfce/files/patch-xfce::taskbar.c	Thu Jan  1 03:00:00 1970
+++ xfce/files/patch-xfce::taskbar.c	Fri Aug  6 23:02:00 2004
@@ -0,0 +1,10 @@
+--- xfce/taskbar.c.old	Fri Aug  6 23:00:40 2004
++++ xfce/taskbar.c	Fri Aug  6 23:01:03 2004
+@@ -1697,6 +1697,7 @@
+     fprintf(f,"\tSortByUnsorted\n");
+     break;
+   default:
++    break;
+   } 
+ }
+ 
--- xfce.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?E1BtEyQ-000Fqk-7J>