- Remove always false conditional

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2016-01-27 20:35:37 +00:00
parent 1a1db50bb6
commit c9695f8c08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407387

View File

@ -23,11 +23,4 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} --with-libuuid=${LOCALBASE} ${ICONV_CONFIGURE_ARG} --with-libsmdev=no
INSTALL_TARGET= install-strip
.include <bsd.port.pre.mk>
# posix_fadvise(2) did not return correct value on error
.if (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100007) || (${OSVERSION} >= 1000000 && ${OSVERSION} < 1000703) || (${OSVERSION} < 902507)
CONFIGURE_ENV+= ac_cv_func_posix_fadvise=no
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>