diff options
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-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 |