svn commit: r407387 - head/devel/libewf

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jan 27 20:35:38 UTC 2016


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>


More information about the svn-ports-head mailing list