mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Properly disable COMPAT_3X for alpha.
This commit is contained in:
parent
bc16e96f49
commit
149c5b331b
2 changed files with 2 additions and 2 deletions
|
|
@ -216,9 +216,9 @@ distVerifyFlags(void)
|
|||
Dists |= DIST_XF86;
|
||||
#ifdef __i386__
|
||||
Dists |= DIST_COMPAT22; /* For certain old X applications */
|
||||
#endif
|
||||
#if __FreeBSD__ > 3
|
||||
Dists |= DIST_COMPAT3X;
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
if (isDebug())
|
||||
|
|
|
|||
|
|
@ -216,9 +216,9 @@ distVerifyFlags(void)
|
|||
Dists |= DIST_XF86;
|
||||
#ifdef __i386__
|
||||
Dists |= DIST_COMPAT22; /* For certain old X applications */
|
||||
#endif
|
||||
#if __FreeBSD__ > 3
|
||||
Dists |= DIST_COMPAT3X;
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
if (isDebug())
|
||||
|
|
|
|||
Loading…
Reference in a new issue