Just for correctness' sake, these ports actually link to libc_r.so.4,
so adjust the dependency slightly. Approved by: portmgr (implicit)
This commit is contained in:
parent
24cd2db1b2
commit
6bc7d2980c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118532
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ P4V_IMGS= p4v_file_add.png p4v_file_add_other.png p4v_file_delete.png \
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
|
||||
LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
|
|
@ -24,7 +24,7 @@ USE_MESA= YES
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
|
||||
LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
|
Loading…
Reference in a new issue