diff options
author | gallatin <gallatin@FreeBSD.org> | 2001-06-10 05:59:53 +0800 |
---|---|---|
committer | gallatin <gallatin@FreeBSD.org> | 2001-06-10 05:59:53 +0800 |
commit | bbcf4149f5c3338677de0683dba000342938c387 (patch) | |
tree | e22229d867f2aa3c414de544e4584dc3e1809006 /x11 | |
parent | a3d24a9ccbfafcc6158ec8f76e84759111217113 (diff) | |
download | freebsd-ports-gnome-bbcf4149f5c3338677de0683dba000342938c387.tar.gz freebsd-ports-gnome-bbcf4149f5c3338677de0683dba000342938c387.tar.zst freebsd-ports-gnome-bbcf4149f5c3338677de0683dba000342938c387.zip |
Don't try to build AgpGartDrivers on alpha, doing so leads to a
build failure very early on.
Approved by: jmz
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 |