ports/76632: games/bsp: fix compilation on sparc64

Johan van Selst johans at stack.nl
Mon Jan 24 22:10:14 UTC 2005


>Number:         76632
>Category:       ports
>Synopsis:       games/bsp: fix compilation on sparc64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 24 22:10:13 GMT 2005
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list