diff options
author | joerg <joerg> | 2006-01-03 20:48:01 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-01-03 20:48:01 +0000 |
commit | 12238bb55f3525b4b48f530bc06bbd20bcc9c6a6 (patch) | |
tree | 38ee14e0918117faaf0f30a8a32eb5d6f01a1fac | |
parent | eb390166cf9af15a0763b81aa4d111c773f85ac4 (diff) | |
download | pkgsrc-12238bb55f3525b4b48f530bc06bbd20bcc9c6a6.tar.gz |
config.guess / config.sub override.
-rw-r--r-- | math/mpfr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |