1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Remove outdated OSVERSION check

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-01-01 03:57:43 +00:00
parent 79a0f2487b
commit 4488cb4600
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430237

View File

@ -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>