diff options
-rw-r--r-- | archivers/xz/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/xz/Makefile b/archivers/xz/Makefile index 77747cf610b..700e0913a7b 100644 --- a/archivers/xz/Makefile +++ b/archivers/xz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/06/11 10:23:40 jperkin Exp $ +# $NetBSD: Makefile,v 1.12 2012/06/13 11:02:35 jperkin Exp $ DISTNAME= xz-5.0.3 CATEGORIES= archivers @@ -27,6 +27,7 @@ CONFIGURE_ARGS+= --disable-assembler .endif .if ${OPSYS} == "SunOS" +CONFIGURE_ENV+= ac_cv_have_decl_optreset=no CONFIGURE_ENV+= gl_cv_cc_visibility=no .endif |