Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2007 19:59:13 -0500
From:      alvest@earthlink.net
To:        x11@FreeBSD.org
Subject:   Makefile for xorg-server port
Message-ID:  <474F6061.2020603@earthlink.net>

next in thread | raw e-mail | index | archive | help
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

Thanks,

-- 
Albert Vest, al vest at earth link dot net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?474F6061.2020603>