aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/osquery/Makefile
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-01-11 18:08:38 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-01-11 18:08:38 +0800
commitf6763c3cd1541b5d51cd003610210be9e3f57b92 (patch)
treec9a458d29164af55be5bf3330f3f659428ac04ac /sysutils/osquery/Makefile
parentffc02588e890cf8d01b2305cfb96dbb0eaf038a8 (diff)
downloadfreebsd-ports-gnome-f6763c3cd1541b5d51cd003610210be9e3f57b92.tar.gz
freebsd-ports-gnome-f6763c3cd1541b5d51cd003610210be9e3f57b92.tar.zst
freebsd-ports-gnome-f6763c3cd1541b5d51cd003610210be9e3f57b92.zip
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
Diffstat (limited to 'sysutils/osquery/Makefile')
-rw-r--r--sysutils/osquery/Makefile8
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>