diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-10-26 11:08:37 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-10-26 11:08:37 +0000 |
commit | d7a74c56d4af1f9c5a71c3e28ecf26fdcf5b3b22 (patch) | |
tree | 01948e7beedd64032323e981c1b34c6064366393 /archivers | |
parent | bcb7df73afa2eb474be08b540d5ec14e827ada4d (diff) | |
download | pkgsrc-d7a74c56d4af1f9c5a71c3e28ecf26fdcf5b3b22.tar.gz |
Addon for previous commit (PR 45491) that actually fixes
archivers/libarchive but not bootstrap.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libarchive/builtin.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/archivers/libarchive/builtin.mk b/archivers/libarchive/builtin.mk index 6201733ddc5..99ef82899ab 100644 --- a/archivers/libarchive/builtin.mk +++ b/archivers/libarchive/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.2 2008/04/11 20:37:06 joerg Exp $ +# $NetBSD: builtin.mk,v 1.3 2011/10/26 11:08:37 cheusov Exp $ BUILTIN_PKG:= libarchive @@ -7,6 +7,11 @@ 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"). |