Date: Wed, 27 Jan 2016 20:35:37 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407387 - head/devel/libewf Message-ID: <201601272035.u0RKZbqI086301@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jan 27 20:35:37 2016 New Revision: 407387 URL: https://svnweb.freebsd.org/changeset/ports/407387 Log: - Remove always false conditional Approved by: portmgr blanket Modified: head/devel/libewf/Makefile Modified: head/devel/libewf/Makefile ============================================================================== --- head/devel/libewf/Makefile Wed Jan 27 20:35:04 2016 (r407386) +++ head/devel/libewf/Makefile Wed Jan 27 20:35:37 2016 (r407387) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601272035.u0RKZbqI086301>