Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 May 2001 17:19:30 -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.49378.194495.46122@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


I take it back, the following patch does work.  It just wants to grab
the kernel sources for no good reason, even though it isn't building
dri. 

I'll submit it to the $MAINTAINER

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 19:41:52
@@ -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.49378.194495.46122>