svn commit: r469946 - head/sysutils/pftop
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon May 14 18:30:09 UTC 2018
Author: amdmi3
Date: Mon May 14 18:30:08 2018
New Revision: 469946
URL: https://svnweb.freebsd.org/changeset/ports/469946
Log:
- Remove always true condition
Approved by: portmgr blanket
Modified:
head/sysutils/pftop/Makefile
Modified: head/sysutils/pftop/Makefile
==============================================================================
--- head/sysutils/pftop/Makefile Mon May 14 18:28:35 2018 (r469945)
+++ head/sysutils/pftop/Makefile Mon May 14 18:30:08 2018 (r469946)
@@ -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
More information about the svn-ports-head
mailing list