Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/textproc/libxml2/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/textproc/libxml2/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.40 retrieving revision 1.41 diff -u -p -r1.40 -r1.41 --- pkgsrc/textproc/libxml2/Makefile 2003/12/26 21:49:08 1.40 +++ pkgsrc/textproc/libxml2/Makefile 2003/12/31 09:55:43 1.41 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2003/12/26 21:49:08 jmmv Exp $ +# $NetBSD: Makefile,v 1.41 2003/12/31 09:55:43 seb Exp $ DISTNAME= libxml2-${LIBXML_VERSION} CATEGORIES= textproc @@ -27,6 +27,11 @@ CONFIGURE_ARGS+= --without-python # and this library needs to be usable by non-threaded applications too 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} + MAKE_ENV+= PAX=${PAX:Q} TEST_TARGET= check