summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorAndrew Gallatin <gallatin@FreeBSD.org>2001-05-28 22:00:52 +0000
committerAndrew Gallatin <gallatin@FreeBSD.org>2001-05-28 22:00:52 +0000
commit66be59325694670ba85053c09b7e9ec6b064387c (patch)
tree551e9705385f06fcba75cad4f4c502343d416b1d /x11
parentPut all 10 DISTFILES at MASTER_SITE_LOCAL, so they are available from single (diff)
The DRI module breaks building of XF86-4 on alpha because drmP.h
contains x86 specific assembly. Disable it on alpha. Approved by: jmz
Notes
Notes: svn path=/head/; revision=43221
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86-4/scripts/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/XFree86-4/scripts/configure b/x11/XFree86-4/scripts/configure
index a4bb01ebd10c..b02c1eb8fdc1 100644
--- a/x11/XFree86-4/scripts/configure
+++ b/x11/XFree86-4/scripts/configure
@@ -220,7 +220,7 @@ yesno YES "Do you want to compile with PAM support?"
echo "#define HasPam $answ" >> $F
echo "#define InstallXserverSetUID NO " >> $F
-if [ $OSVERSION -lt 500013 ]; then
+if [ $OSVERSION -lt 500013 -a X${MACHINE} != X"alpha" ]; then
echo "#define BuildXF86DRI YES" >> $F
echo "#define BuildXF86DRM YES" >> $F
fi