Date: Mon, 24 Jan 2005 23:05:14 +0100 (CET) From: Johan van Selst <johans@stack.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76632: games/bsp: fix compilation on sparc64 Message-ID: <20050124220514.C6BC13D1E@mailhost.gletsjer.net> Resent-Message-ID: <200501242210.j0OMAEEk007597@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050124220514.C6BC13D1E>