Makefile for xorg-server port
alvest at earthlink.net
alvest at earthlink.net
Thu Nov 29 17:22:45 PST 2007
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
More information about the freebsd-x11
mailing list