From 4a0c0b9f916063ee1553af8c0c5bf6ae1ea32c56 Mon Sep 17 00:00:00 2001 From: pascal Date: Tue, 27 Dec 2011 14:27:23 +0000 Subject: [PATCH] add a comment explaining previous, requested by sthen@. --- textproc/xerces-c/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/xerces-c/Makefile b/textproc/xerces-c/Makefile index e864c830735..8eabffff370 100644 --- a/textproc/xerces-c/Makefile +++ b/textproc/xerces-c/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2011/12/27 11:15:36 pascal Exp $ +# $OpenBSD: Makefile,v 1.4 2011/12/27 14:27:23 pascal Exp $ COMMENT= c++ validating XML parser @@ -29,6 +29,8 @@ WANTLIB= m stdc++ XERCESCROOT= ${WRKDIR}/${DISTNAME} WRKSRC= ${XERCESCROOT}/src/xercesc +# runConfigure is a wrapper around a GNU configure script. In order to still +# pick up our config.site defaults, use the gnu MODULE. MODULES = gnu CONFIGURE_SCRIPT= ${XERCESCROOT}/src/xercesc/runConfigure