diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-11 10:08:38 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-11 10:08:38 +0000 |
commit | 8244fe99bcdbad7a2d0b22d66183394f5ffacd03 (patch) | |
tree | c9a458d29164af55be5bf3330f3f659428ac04ac /sysutils/osquery | |
parent | 365eb51f267a3ad97ff0d4953b9991547b5b8c45 (diff) |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=431169
Diffstat (limited to 'sysutils/osquery')
-rw-r--r-- | sysutils/osquery/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/osquery/Makefile b/sysutils/osquery/Makefile index 103cc46f40c3..3078f3b34e2b 100644 --- a/sysutils/osquery/Makefile +++ b/sysutils/osquery/Makefile @@ -43,12 +43,6 @@ GH_PROJECT= third-party:tp GH_SUBDIR= third-party:tp MAKE_JOBS_UNSAFE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} <= 1000000 -CFLAGS+= -D_GLIBCXX_USE_C99 -.endif - post-patch: ${REINPLACE_CMD} -e 's|/var/osquery|/var/db/osquery|g' \ ${WRKSRC}/osquery/core/init.cpp @@ -74,4 +68,4 @@ do-install: ${MKDIR} ${STAGEDIR}/var/db/osquery -.include <bsd.port.post.mk> +.include <bsd.port.mk> |