xserver: Branch 'master'

Eric Anholt anholt at kemper.freedesktop.org
Tue Oct 9 15:29:40 PDT 2007


 configure.ac |    1 +
 1 file changed, 1 insertion(+)

New commits:
diff-tree 49c8285e38e0e71c9ea43df63add08a4f2564ed1 (from 6aab6a6e2ae0ef5fdedae09cf2cdc86f382e3a8a)
Author: Christian Weisgerber <naddy at freebsd.org>
Date:   Tue Oct 9 15:25:16 2007 -0700

    FreeBSD/alpha server build requires libio (missed in modularization).

diff --git a/configure.ac b/configure.ac
index ae1170a..6565445 100644
--- a/configure.ac
+++ b/configure.ac
@@ -290,6 +290,7 @@ case $host_cpu in
   alpha*)
 	ALPHA_VIDEO=yes
 	case $host_os in
+	        *freebsd*)	SYS_LIBS=-lio ;;
 		*netbsd*)	AC_DEFINE(USE_ALPHA_PIO, 1, [NetBSD PIO alpha IO]) ;;
 	esac
 	;;


More information about the xorg-commit mailing list