patch for xorg-server/Makefile

Rene Ladan r.c.ladan at gmail.com
Tue Nov 7 14:34:09 UTC 2006


Hi,

the attached patch fixes the WITHOUT_AIGLX knob for x11-servers/xorg-server.
I found out that the configure script enables AIGLX by default, so the
--enable-aiglx knob has to be set to "no" to disable AIGLX.

Regards,
Rene
-------------- next part --------------
--- Makefile.orig	Tue Nov  7 12:14:25 2006
+++ Makefile	Tue Nov  7 12:16:28 2006
@@ -41,6 +41,8 @@
 
 .if !defined(WITHOUT_AIGLX)
 CONFIGURE_ARGS+=	--enable-aiglx=yes
+.else
+CONFIGURE_ARGS+=	--enable-aiglx=no
 .endif
 		
 .if !defined(NO_SUID_XSERVER) || ${NO_SUID_XSERVER} == NO


More information about the freebsd-x11 mailing list