Makefile for xorg-server port

Florent Thoumie flz at FreeBSD.org
Wed Dec 12 09:35:23 PST 2007


On 30/11/2007, alvest at earthlink.net <alvest at 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 at FreeBSD.org
FreeBSD Committer


More information about the freebsd-x11 mailing list