Install misc/compat6x if 7-current box doesn't have libc.so.6.
This commit is contained in:
parent
dce8496796
commit
ae6cb37da0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193915
1 changed files with 2 additions and 3 deletions
|
@ -51,9 +51,8 @@ BUILD_VER= 45731
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if (${OSVERSION} >= 700000) && (!exists(/lib/libc.so.6))
|
||||
IGNORE= requires libc.so.6
|
||||
#LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x
|
||||
.if ${OSVERSION} >= 700000
|
||||
LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
|
|
Loading…
Reference in a new issue