Date: Wed, 04 Aug 2004 08:45:17 +0300 From: Andrey Slusar <vasallia@ukr.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/69981: [PATCH] x11-wm/golem: fix build with gcc3.4 Message-ID: <E1BsEaT-00021C-7K@santinel.home.ua> Resent-Message-ID: <200408040550.i745oQ7d008729@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69981 >Category: ports >Synopsis: [PATCH] x11-wm/golem: 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: Wed Aug 04 05:50: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 #0: Thu Jul 29 19:48:26 EEST 2004 root@santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386 >Description: New files: files/patch-plugins::pier::parseparams.c files/patch-plugins::simple_menus::parseparams.c Fix build with gcc3.4 >How-To-Repeat: >Fix: --- golem.diff begins here --- diff -ruN /usr/ports/x11-wm/golem/files/patch-plugins::pier::parseparams.c golem/files/patch-plugins::pier::parseparams.c --- /usr/ports/x11-wm/golem/files/patch-plugins::pier::parseparams.c Thu Jan 1 03:00:00 1970 +++ golem/files/patch-plugins::pier::parseparams.c Wed Aug 4 05:01:00 2004 @@ -0,0 +1,10 @@ +--- plugins/pier/parseparams.c.old Wed Aug 4 05:00:10 2004 ++++ plugins/pier/parseparams.c Wed Aug 4 05:00:25 2004 +@@ -161,6 +161,7 @@ + } + PWARN("ignoring unknown pier item type %s", itemparam->value); + found: ++ continue; + } + } + } diff -ruN /usr/ports/x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c golem/files/patch-plugins::simple_menus::parseparams.c --- /usr/ports/x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c Thu Jan 1 03:00:00 1970 +++ golem/files/patch-plugins::simple_menus::parseparams.c Wed Aug 4 05:02:24 2004 @@ -0,0 +1,9 @@ +--- plugins/simple_menus/parseparams.c.orig Wed Nov 28 01:44:35 2001 ++++ plugins/simple_menus/parseparams.c Wed Aug 4 04:58:14 2004 +@@ -166,5 +166,6 @@ + } + PWARN("ignoring unknown parameter type %s, under %s", param->name, topparam->name); + found: ++ continue; + } + } --- golem.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?E1BsEaT-00021C-7K>