[Scummvm-devel] Re: FreeBSD Port: scummvm-0.7.0 (Intern)

Eugene Sandulenko sev at scummvm.org
Mon Jan 31 08:11:06 CET 2005


Alex Trull writes:
 > * Christer.Solskogen at telenor.com <Christer.Solskogen at telenor.com> [2005-01-28 16:17:29 +0100]:
 > 
 > > Scummvm (fresh cvsup) fail with this:
 > > 
 > > 
 > > # uname -a
 > > FreeBSD funshine.carebears.net 5.3-RELEASE-p4 FreeBSD
 > > 5.3-RELEASE-p4 #0: Fri Jan  7 17:32:47 CET 2005
 > > root at funshine.carebears.net:/usr/obj/usr/src/sys/FUNSHINE  amd64
                                                                ^^^^^
This already was fixed in CVS. As a workaround use --disable-nasm on
64-bits intel platform. Proper fix would be this:

(around line 963 in configure)
< CheckNASM
---
> if test "$_have_x86" = yes ; then
>     CheckNASM
> fi


Eugene




More information about the Scummvm-devel mailing list