Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2002 15:27:36 -0800 (PST)
From:      Ray Kohler <ataraxia@cox.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/45016: [patch] games/xkobo broken on -current
Message-ID:  <200211062327.gA6NRaWG058813@www.freebsd.org>

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

>Number:         45016
>Category:       ports
>Synopsis:       [patch] games/xkobo broken on -current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 06 15:30:05 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Ray Kohler
>Release:        5.0-current
>Organization:
>Environment:
FreeBSD arkadia.nv.cox.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Mon Nov  4 17:49:03 EST 2002     root@arkadia.nv.cox.net:/usr/obj/usr/src/sys/ARKADIA  i386

>Description:
games/xkobo doesn't compile on -current as is due to compiler changes. A small patch (included) will fix it.
>How-To-Repeat:
attempt to compile xkobo.
>Fix:
--- xkobo.C.orig     Fri Jun  14 13:27:27 1996
+++ xkobo.C        Sun Nov 3 22:09:44 2002
@@ -51,7 +51,7 @@
 
 static int      signal_delivered = 1;
 
-static void sig_handle(...)
+static void sig_handle(int)
 {
     signal_delivered = 1;
 }

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211062327.gA6NRaWG058813>