FORBIDDEN on 502102: Links against libc_r and libpthread
This commit is contained in:
parent
8f107cc52d
commit
c76cdd9325
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101108
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,10 @@ SED_CONF= -E -e 's|^\#?(Example)$$|\#\1|' \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502102
|
||||
FORBIDDEN= "Links against conflicting thread libraries"
|
||||
.endif
|
||||
|
||||
USE_RC_SUBR= yes
|
||||
RC_DIR= ${PREFIX}/etc/rc.d
|
||||
RC_SUFX= .sh
|
||||
|
|
Loading…
Reference in a new issue