diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-05 11:00:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-05 11:00:49 +0000 |
commit | 9c8a649e64872ba3ce9c147de9c6563e7ea759de (patch) | |
tree | ddff58c3454f1e52edefc64841d48182b8a7ecac /archivers/libarchive | |
parent | 38dd63e03e265a53b5504e92509db95db2f7d85c (diff) | |
download | ports-9c8a649e64872ba3ce9c147de9c6563e7ea759de.tar.gz ports-9c8a649e64872ba3ce9c147de9c6563e7ea759de.zip |
Notes
Diffstat (limited to 'archivers/libarchive')
-rw-r--r-- | archivers/libarchive/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index d9d0c3cdf8f4..80eb8cbd9377 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -102,10 +102,6 @@ NETTLE_CONFIGURE_OFF= --with-openssl BROKEN= Does not build with openssl-devel .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1002504 -CONFIGURE_ENV+= ac_cv_lzma_has_mt=no -.endif - .if empty(ICONV_LIB) CONFIGURE_ENV+= ac_cv_header_localcharset_h=no \ ac_cv_func_locale_charset=no \ |