diff options
author | jmz <jmz@FreeBSD.org> | 2000-07-03 19:50:11 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2000-07-03 19:50:11 +0000 |
commit | 1b88b3ee5e8209c1d000aa7f7d5957f72114397f (patch) | |
tree | e405e78157aa3632d86fe610be9f9f54f39b9141 /x11 | |
parent | 46f211ad0cf795e9fdd7fb24b739d6c41718d6bb (diff) | |
download | FreeBSD-ports-1b88b3ee5e8209c1d000aa7f7d5957f72114397f.zip FreeBSD-ports-1b88b3ee5e8209c1d000aa7f7d5957f72114397f.tar.gz |
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 1bcad72..9949d5a 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 |