aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pftop
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-05-14 18:30:08 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-05-14 18:30:08 +0000
commit5eb6358b463f0a0fa8f8f0b192351371de4ea9dd (patch)
treed16127a8111686b3cd3f7791f724eb8ae5c1a340 /sysutils/pftop
parentd1d0edc2abbf524d6baa8e5ff71f3b389aab0c81 (diff)
downloadports-5eb6358b463f0a0fa8f8f0b192351371de4ea9dd.tar.gz
ports-5eb6358b463f0a0fa8f8f0b192351371de4ea9dd.zip
- Remove always true condition
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=469946
Diffstat (limited to 'sysutils/pftop')
-rw-r--r--sysutils/pftop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pftop/Makefile b/sysutils/pftop/Makefile
index b3dcfc95e105..6064762f7d9e 100644
--- a/sysutils/pftop/Makefile
+++ b/sysutils/pftop/Makefile
@@ -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