diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-10-28 21:19:42 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-10-28 21:19:42 +0000 |
commit | c6bc0e5f4b0d69147154d1a76d0675a0215cc093 (patch) | |
tree | d0e316359028f08fdac7c00c15fdcc7baa040792 /pkgtools | |
parent | 443c6dbc5a048a24bc14a06ff60f9f435ff1705f (diff) | |
download | pkgsrc-c6bc0e5f4b0d69147154d1a76d0675a0215cc093.tar.gz |
Workaround for PR 45491 again.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 543678724b0..1c5cdcf2a43 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.183 2011/04/26 12:17:51 obache Exp $ +# $NetBSD: Makefile,v 1.184 2011/10/28 21:19:42 cheusov Exp $ # Notes to package maintainers: # @@ -134,6 +134,11 @@ CONFIG_SUB_OVERRIDE+= ${WRKDIR}/libarchive/build/autoconf/config.sub LDFLAGS+= -Wl,-search_paths_first . endif +.if ${OPSYS} == SunOS +# workaround for pkg/45491 +CONFIGURE_ENV+= ac_cv_header_ext2fs_ext2_fs_h=no +.endif + # Hack to make sure that the libarchive version is replaced pre-configure: config-guess-override config-sub-override .else |