summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-12-10 02:42:42 +0000
committerobrien <obrien@FreeBSD.org>2001-12-10 02:42:42 +0000
commit7ec53404c0a5721d1c0ec3ae37e22930138d3b17 (patch)
treed5c71350c55ffca8cff7d788318a9912f5858702
parent5bec087a498dbddecc168df2922e547bea7eef52 (diff)
downloadFreeBSD-src-7ec53404c0a5721d1c0ec3ae37e22930138d3b17.zip
FreeBSD-src-7ec53404c0a5721d1c0ec3ae37e22930138d3b17.tar.gz
An XFree86 install should not depend on any compat libs any longer.
(1) We don't need compat3x and compat4x as we build the bits on the proper release now (vs. getting them from the XFree people). (2) We handle the compat2x needs thru proper port dependancies now.
-rw-r--r--usr.sbin/sysinstall/dist.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index 25921db..15f4321 100644
--- a/usr.sbin/sysinstall/dist.c
+++ b/usr.sbin/sysinstall/dist.c
@@ -220,15 +220,6 @@ distVerifyFlags(void)
XF86Dists |= DIST_XF86_FONTS;
if (XF86Dists || XF86ServerDists || XF86FontDists) {
Dists |= DIST_XF86;
-#ifdef __i386__
- Dists |= DIST_COMPAT22; /* For certain old X applications */
-#if __FreeBSD__ > 3
- Dists |= DIST_COMPAT3X;
-#endif
-#endif
-#if __FreeBSD__ > 4
- Dists |= DIST_COMPAT4X;
-#endif
}
if (isDebug())
msgDebug("Dist Masks: Dists: %0x, CRYPTO: %0x, Srcs: %0x\nXServer: %0x, XFonts: %0x, XDists: %0x\n",
OpenPOWER on IntegriCloud