diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-07-03 19:50:11 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-07-03 19:50:11 +0000 |
commit | e909cf9c37bc935af2f3a853008e2abd404ffc82 (patch) | |
tree | 2cabca806c2439b3df1e1eaf73ce0d34eb60e783 /x11 | |
parent | 1ae3e40f1244caeeddb43ba1d1af714f3a5b116a (diff) | |
download | freebsd-ports-e909cf9c37bc935af2f3a853008e2abd404ffc82.zip |
Add the cyrix driver.
Dont ask for enabling PAM. XFree86-4 does not support PAM.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4/scripts/configure | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/x11/XFree86-4/scripts/configure b/x11/XFree86-4/scripts/configure index 1bcad7213802..9949d5a06a21 100644 --- a/x11/XFree86-4/scripts/configure +++ b/x11/XFree86-4/scripts/configure @@ -137,7 +137,8 @@ cat >> $F <<END neomagic i740 tdfx \ cirrus tseng trident chips apm \ GlideDriver fbdev \ - ati r128 vga XF86ExtraCardDrivers + ati r128 AgpGartDrivers cyrix \ + vga XF86OSCardDrivers XF86ExtraCardDrivers END cat <<END @@ -308,12 +309,13 @@ if [ $cpwh != NO ]; then fi echo -yesno "Do you want to compile with PAM support?" -if [ $answ = YES ]; then - echo "#define HasPam YES" >> $F -else - echo "#define HasPam NO" >> $F -fi +# no PAM support in XFree86-4 ! +#yesno "Do you want to compile with PAM support?" +#if [ $answ = YES ]; then +# echo "#define HasPam YES" >> $F +#else +# echo "#define HasPam NO" >> $F +#fi echo echo |