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.
This commit is contained in:
parent
c54847229c
commit
927a3d0b09
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user