From c6bc0e5f4b0d69147154d1a76d0675a0215cc093 Mon Sep 17 00:00:00 2001 From: cheusov Date: Fri, 28 Oct 2011 21:19:42 +0000 Subject: Workaround for PR 45491 again. --- pkgtools/pkg_install/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'pkgtools') 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 -- cgit v1.2.3