Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 May 2001 13:01:12 +0200 (CEST)
From:      Riccardo.Veraldi@fi.infn.it
To:        Andrew Gallatin <gallatin@cs.duke.edu>
Cc:        <freebsd-alpha@freebsd.org>
Subject:   Re: XFree-4
Message-ID:  <Pine.NEB.4.33.0105291300430.2081-100000@nikita.fi.infn.it>
In-Reply-To: <15122.49378.194495.46122@grasshopper.cs.duke.edu>

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

This really works.

IT does not look for kernel sources anymore.

thanks a lot

Rick


On Mon, 28 May 2001, Andrew Gallatin wrote:

> 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
>
>
>
> 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?Pine.NEB.4.33.0105291300430.2081-100000>