Date: Wed, 12 Dec 2007 17:35:22 +0000 From: "Florent Thoumie" <flz@FreeBSD.org> To: "alvest@earthlink.net" <alvest@earthlink.net> Cc: x11@freebsd.org Subject: Re: Makefile for xorg-server port Message-ID: <a01628140712120935k347c0742n593a69a3a36d82be@mail.gmail.com> In-Reply-To: <474F6061.2020603@earthlink.net> References: <474F6061.2020603@earthlink.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 30/11/2007, alvest@earthlink.net <alvest@earthlink.net> wrote:
> Dear Maintainer,
> Please consider the following diff. I read the /configure script and
> made the changes on my PC, then tested them to confirm they work.
>
> --- Makefile 2007-11-19 12:17:39.000000000 -0500
> +++ Makefile_corrected 2007-11-28 22:06:53.000000000 -0500
> @@ -41,15 +41,15 @@
>
> .if !defined(WITHOUT_HAL)
> LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal
> -CONFIGURE_ARGS+= --enable-config-hal
> +CONFIGURE_ARGS+= --enable-config-hal=yes
> .else
> -CONFIGURE_ARGS+= --disable-config-hal
> +CONFIGURE_ARGS+= --enable-config-hal=no
> .endif
>
> .if !defined(WITHOUT_AIGLX)
> CONFIGURE_ARGS+= --enable-aiglx=yes
> .else
> -CONFIGURE_ARGS+= --disable-aiglx=yes
> +CONFIGURE_ARGS+= --enable-aiglx=no
> .endif
>
> .if !defined(NO_SUID_XSERVER) || ${NO_SUID_XSERVER} == NO
I've committed these changes and added OPTIONS at the same time.
Thanks!
--
Florent Thoumie
flz@FreeBSD.org
FreeBSD Committer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a01628140712120935k347c0742n593a69a3a36d82be>
