aboutsummaryrefslogtreecommitdiffstats
path: root/databases/xapian-core
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-01 11:57:43 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-01 11:57:43 +0800
commit4488cb46001e2e185172923bf36827adf7d4f167 (patch)
tree8497b213af105c60127a97c7ccf40fbeffd973df /databases/xapian-core
parent79a0f2487b8dc2ebee5ab72e72ab3ac0da923808 (diff)
downloadfreebsd-ports-gnome-4488cb46001e2e185172923bf36827adf7d4f167.tar.gz
freebsd-ports-gnome-4488cb46001e2e185172923bf36827adf7d4f167.tar.zst
freebsd-ports-gnome-4488cb46001e2e185172923bf36827adf7d4f167.zip
Remove outdated OSVERSION check
Diffstat (limited to 'databases/xapian-core')
-rw-r--r--databases/xapian-core/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/databases/xapian-core/Makefile b/databases/xapian-core/Makefile
index 9e2db6539fd9..a94151f450d3 100644
--- a/databases/xapian-core/Makefile
+++ b/databases/xapian-core/Makefile
@@ -28,16 +28,9 @@ PORTDOCS= *
SSE2_CONFIGURE_ENABLE= sse
-.include <bsd.port.pre.mk>
-
-# FreeBSD 9 does not have SOCK_CLOEXEC.
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000031
-CXXFLAGS+= -DSOCK_CLOEXEC=0
-.endif
-
post-install:
.for file in copydatabase delve quest
${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/${file} ${STAGEDIR}${PREFIX}/bin/xapian-${file}
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>