Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jan 2005 17:14:52 +0200
From:      Eugene Sandulenko <sev@scummvm.org>
To:        Alex Trull <alex@trull.org>
Cc:        scummvm-devel@lists.sourceforge.net
Subject:   Re: [Scummvm-devel] Re: FreeBSD Port: scummvm-0.7.0 (Intern)
Message-ID:  <16894.19308.968340.3952@foob.interhack.net>
In-Reply-To: <20050131092125.GN837@moonbase.turandot.net>
References:  <08D2DB09963FCE4CB20E0DBC54B606FE375AA1@TNS-FBU-2E-014.corp.telenor.no> <20050131092125.GN837@moonbase.turandot.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Alex Trull writes:
 > * Christer.Solskogen@telenor.com <Christer.Solskogen@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16894.19308.968340.3952>