diff options
author | Andrew Gallatin <gallatin@FreeBSD.org> | 2001-06-09 21:59:53 +0000 |
---|---|---|
committer | Andrew Gallatin <gallatin@FreeBSD.org> | 2001-06-09 21:59:53 +0000 |
commit | a2aa9f9d737c7653ca95e463dc2a3c90e6c3668c (patch) | |
tree | 52766b8774401b104c916ae2516cb4a0368164bb /x11 | |
parent | We need to pull in pthreads. (diff) |
Don't try to build AgpGartDrivers on alpha, doing so leads to a
build failure very early on.
Approved by: jmz
Notes
Notes:
svn path=/head/; revision=43728
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4/scripts/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/XFree86-4/scripts/configure b/x11/XFree86-4/scripts/configure index 5982f93866be..8f931ceed535 100644 --- a/x11/XFree86-4/scripts/configure +++ b/x11/XFree86-4/scripts/configure @@ -45,7 +45,7 @@ cat >> $F <<END neomagic i740 tdfx savage \ cirrus tseng trident chips apm \ GlideDriver fbdev i128 \ - ati AgpGartDrivers DevelDrivers ark cyrix \ + ati DevelDrivers ark cyrix \ siliconmotion \ vesa vga XF86OSCardDrivers XF86ExtraCardDrivers #endif |