Date: Mon, 28 May 2001 15:07:23 -0400 (EDT) From: Andrew Gallatin <gallatin@cs.duke.edu> To: Riccardo.Veraldi@fi.infn.it Cc: <freebsd-alpha@FreeBSD.ORG> Subject: Re: XFree-4 Message-ID: <15122.41451.496364.702456@grasshopper.cs.duke.edu> In-Reply-To: <Pine.NEB.4.33.0105281648000.605-100000@nikita.fi.infn.it> References: <Pine.NEB.4.33.0105281648000.605-100000@nikita.fi.infn.it>
next in thread | previous in thread | raw e-mail | index | archive | help
It looks like drm contains x86 specific asm's. Try this & tell me if it works. Drew Index: scripts/configure =================================================================== RCS file: /home/ncvs/ports/x11/XFree86-4/scripts/configure,v retrieving revision 1.76 diff -u -r1.76 configure --- scripts/configure 2001/04/11 01:03:55 1.76 +++ scripts/configure 2001/05/28 18:58:50 @@ -220,7 +220,7 @@ echo "#define HasPam $answ" >> $F echo "#define InstallXserverSetUID NO " >> $F -if [ $OSVERSION -lt 500013 ]; then +if [ $OSVERSION -lt 500013 -a X${MACHINE} != X"alpha" ]; then echo "#define BuildXF86DRI YES" >> $F echo "#define BuildXF86DRM YES" >> $F fi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15122.41451.496364.702456>