Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 May 2001 15:12:59 -0400 (EDT)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        Andrew Gallatin <gallatin@cs.duke.edu>
Cc:        Riccardo.Veraldi@fi.infn.it, <freebsd-alpha@FreeBSD.ORG>
Subject:   Re: XFree-4
Message-ID:  <15122.41787.140818.769455@grasshopper.cs.duke.edu>
In-Reply-To: <15122.41451.496364.702456@grasshopper.cs.duke.edu>
References:  <Pine.NEB.4.33.0105281648000.605-100000@nikita.fi.infn.it> <15122.41451.496364.702456@grasshopper.cs.duke.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

Nevermind.  It still doesn't work.

Anybody with more -ports foo than me want to take a shot at this?

Drew



Andrew Gallatin writes:
 > 
 > 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

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.41787.140818.769455>