- Remove always true condition

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-05-14 18:30:08 +00:00
parent d1d0edc2ab
commit 5eb6358b46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469946

View file

@ -33,7 +33,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-cache.c \
${FILESDIR}/extra-patch-config.h \
${FILESDIR}/extra-patch-pftop.c \
${FILESDIR}/extra-patch-sf-gencode.c
.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000017
.if ${OPSYS} == FreeBSD
CFLAGS+= -DHAVE_FINE_GRAINED_LOCKING=1
.endif