From a4dbc68953a2262e68727851adaa2b30bd01eae5 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 3 Jan 2006 20:48:01 +0000 Subject: config.guess / config.sub override. --- math/mpfr/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'math/mpfr') diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index e2618988ab8..5d6448470b0 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/12/05 23:55:12 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2006/01/03 20:48:01 joerg Exp $ # DISTNAME= mpfr-2.0.3 @@ -15,6 +15,8 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gmp-include=${GMP_DIR:Q} CONFIGURE_DIRS= ${GMP_DIR} ${WRKSRC} +CONFIG_GUESS_OVERRIDE= ${GMP_DIR}/config.guess ${WRKSRC}/config.guess +CONFIG_SUB_OVERRIDE= ${GMP_DIR}/config.sub ${WRKSRC}/config.sub BUILD_DIRS= ${WRKSRC} INFO_FILES= mpfr.info -- cgit v1.2.3