Diff-reduce with 4-stable: 4.x has a compat4x package.
This commit is contained in:
parent
2b2c982721
commit
6c4aef5050
@ -806,7 +806,7 @@ DMenu MenuSubDistributions = {
|
||||
{ " compat3x", "FreeBSD 3.x binary compatibility",
|
||||
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_COMPAT3X },
|
||||
#endif
|
||||
#if __FreeBSD__ > 4
|
||||
#if __FreeBSD__ >= 4
|
||||
{ " compat4x", "FreeBSD 4.x binary compatibility",
|
||||
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_COMPAT4X },
|
||||
#endif
|
||||
|
@ -806,7 +806,7 @@ DMenu MenuSubDistributions = {
|
||||
{ " compat3x", "FreeBSD 3.x binary compatibility",
|
||||
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_COMPAT3X },
|
||||
#endif
|
||||
#if __FreeBSD__ > 4
|
||||
#if __FreeBSD__ >= 4
|
||||
{ " compat4x", "FreeBSD 4.x binary compatibility",
|
||||
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_COMPAT4X },
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user