diff options
author | snj <snj@pkgsrc.org> | 2004-03-22 22:25:59 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-22 22:25:59 +0000 |
commit | f6f578ad9ce44bc584bdc86c78ccbae209c0af3b (patch) | |
tree | 1466b84b1728ed95bae38db8b6f80c347812c8bd /textproc | |
parent | d375c630fdb80b38d1ff0dd91ad7fd7b7579b4ce (diff) | |
download | pkgsrc-f6f578ad9ce44bc584bdc86c78ccbae209c0af3b.tar.gz |
Fix build with gcc2 on sparc64.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 127f005e76d..064c04dfae8 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2004/02/23 21:49:05 xtraeme Exp $ +# $NetBSD: Makefile,v 1.51 2004/03/22 22:25:59 snj Exp $ DISTNAME= libxml2-${LIBXML_VERSION} CATEGORIES= textproc @@ -30,8 +30,7 @@ CONFIGURE_ARGS+= --without-threads # NetBSD-sparc64-1.6*'s f77 makes configure failing and as f77 is not # needed for this package the following does no harm on other platforms. -FC= ${FALSE} -F77= ${FALSE} +CONFIGURE_ENV+= F77=${FALSE} MAKE_ENV+= PAX=${PAX:Q} |