summaryrefslogtreecommitdiff
path: root/x11/XFree86-4
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2000-07-03 19:50:11 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2000-07-03 19:50:11 +0000
commite909cf9c37bc935af2f3a853008e2abd404ffc82 (patch)
tree2cabca806c2439b3df1e1eaf73ce0d34eb60e783 /x11/XFree86-4
parentAdd the cyrix driver. (diff)
Add the cyrix driver.
Dont ask for enabling PAM. XFree86-4 does not support PAM.
Notes
Notes: svn path=/head/; revision=30145
Diffstat (limited to 'x11/XFree86-4')
-rw-r--r--x11/XFree86-4/scripts/configure16
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