diff options
author | joerg <joerg@pkgsrc.org> | 2011-10-27 04:23:50 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-10-27 04:23:50 +0000 |
commit | 2e69f213544856c38bed8aa237c417b7bc3c4960 (patch) | |
tree | 656dc8d517c3baf9b1c8f9bc5301275ce7f18f8d /archivers | |
parent | b7d3572709fb814e3a44d2c4330f3a605882dd69 (diff) | |
download | pkgsrc-2e69f213544856c38bed8aa237c417b7bc3c4960.tar.gz |
Revert, no unconditional pollution of environment via b3.mk.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libarchive/builtin.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/archivers/libarchive/builtin.mk b/archivers/libarchive/builtin.mk index 99ef82899ab..810799bed02 100644 --- a/archivers/libarchive/builtin.mk +++ b/archivers/libarchive/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.3 2011/10/26 11:08:37 cheusov Exp $ +# $NetBSD: builtin.mk,v 1.4 2011/10/27 04:23:50 joerg Exp $ BUILTIN_PKG:= libarchive @@ -7,11 +7,6 @@ BUILTIN_FIND_FILES.H_ARCHIVE= /usr/include/archive.h .include "../../mk/buildlink3/bsd.builtin.mk" -.if ${OPSYS} == SunOS -# workaround for pkg/45491 -CONFIGURE_ENV+= ac_cv_header_ext2fs_ext2_fs_h=no -.endif - ### ### Determine if there is a built-in implementation of the package and ### set IS_BUILTIN.<pkg> appropriately ("yes" or "no"). |