From owner-freebsd-alpha Mon May 28 12: 7:56 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 16BD437B423 for ; Mon, 28 May 2001 12:07:54 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id PAA02727; Mon, 28 May 2001 15:07:53 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f4SJ7NH34271; Mon, 28 May 2001 15:07:23 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15122.41451.496364.702456@grasshopper.cs.duke.edu> Date: Mon, 28 May 2001 15:07:23 -0400 (EDT) To: Riccardo.Veraldi@fi.infn.it Cc: Subject: Re: XFree-4 In-Reply-To: References: X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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