Date: Mon, 14 May 2018 18:30:08 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469946 - head/sysutils/pftop Message-ID: <201805141830.w4EIU83f081467@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805141830.w4EIU83f081467>