MFH: r554179
Fix the conditional added in r554175 This should have been caught by my poudriere testruns. Sorry for the breakage. PR: 249974 Approved by: portmgr (build fix)
This commit is contained in:
parent
3b4351c61d
commit
0db4ad44f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=554652
@ -57,4 +57,10 @@ AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app
|
||||
|
||||
BINARY_ALIAS= python3=${PYTHON_CMD}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000
|
||||
LDFLAGS+= -fuse-ld=lld
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user