From johans@stack.nl  Mon Jan 24 22:04:32 2005
Return-Path: <johans@stack.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C17A116A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 Jan 2005 22:04:32 +0000 (GMT)
Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0377343D39
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 Jan 2005 22:04:32 +0000 (GMT)
	(envelope-from johans@stack.nl)
Received: by mailhost.stack.nl (Postfix, from userid 65534)
	id DF9DF1F3AC; Mon, 24 Jan 2005 23:04:20 +0100 (CET)
Received: from mailhost.gletsjer.net (t-indiv2-164.athome.tue.nl [131.155.231.164])
	by mailhost.stack.nl (Postfix) with ESMTP id 3EBAE1F127
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 Jan 2005 23:04:20 +0100 (CET)
Received: by mailhost.gletsjer.net (Postfix, from userid 801)
	id C6BC13D1E; Mon, 24 Jan 2005 23:05:14 +0100 (CET)
Message-Id: <20050124220514.C6BC13D1E@mailhost.gletsjer.net>
Date: Mon, 24 Jan 2005 23:05:14 +0100 (CET)
From: Johan van Selst <johans@stack.nl>
Reply-To: Johan van Selst <johans@stack.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: games/bsp: fix compilation on sparc64
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         76632
>Category:       ports
>Synopsis:       games/bsp: fix compilation on sparc64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 24 22:10:13 GMT 2005
>Closed-Date:    Wed Jan 26 16:04:10 GMT 2005
>Last-Modified:  Wed Jan 26 16:04:10 GMT 2005
>Originator:     Johan van Selst
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD coyote.gletsjer.net 6.0-CURRENT FreeBSD 6.0-CURRENT #25: Sun Dec 26 14:32:05 CET 2004 root@coyote.gletsjer.net:/spare3/obj/spare3/src/sys/coyote i386


	
>Description:
	
	The problem was an obvious typo in the source.

>How-To-Repeat:
	
>Fix:

	

Add this as files/patch-endian.c


--- endian.c	Mon Jan 24 21:25:33 2005
+++ endian.c	Mon Jan 24 21:25:09 2005
@@ -195,7 +195,7 @@
 {
   Verbose("Doing endianness correction... ");
   ConvertVertex();
-  ConvertLineDef();
+  ConvertLinedef();
   ConvertSidedef();
   ConvertSector();
   ConvertPseg();
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Wed Jan 26 16:04:04 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=76632 
>Unformatted:
