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:
Mateusz Piotrowski 2020-11-08 21:28:09 +00:00
parent 3b4351c61d
commit 0db4ad44f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=554652

View File

@ -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>