Subject: pkg/36449: math/euler build fails in current pkgsrc
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Aleksej Saushev <asau@hotbox.ru>
List: pkgsrc-bugs
Date: 06/05/2007 22:10:04
>Number:         36449
>Category:       pkg
>Synopsis:       math/euler build fails in current pkgsrc
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jun 05 22:10:03 +0000 2007
>Originator:     Aleksej Saushev <asau@hotbox.ru>
>Release:        NetBSD 4.99.20
>Organization:
>Environment:
System: NetBSD asau.local 4.99.20 NetBSD 4.99.20 (KERN) #25: Sun Jun 3 12:29:03 MSD 2007 root@asau.local:/usr/obj/sys/arch/i386/compile/KERN i386
Architecture: i386
Machine: i386
>Description:
	math/euler build fails in current pkgsrc
>How-To-Repeat:
	cd math/euler && make
>Fix:

patches/patch-af:
-------------------------------8<-------------------------------
$NetBSD$

--- command.c.orig	2007-06-06 01:54:59.000000000 +0400
+++ command.c	2007-06-06 01:56:58.000000000 +0400
@@ -732,7 +732,7 @@
 }
 
 
-static int command_count;
+int command_count;
 
 commandtyp command_list[] = {
 	{"quit",c_quit,do_quit},
-------------------------------8<-------------------------------