summaryrefslogtreecommitdiff
path: root/math/mpfr
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-03 20:48:01 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-03 20:48:01 +0000
commita4dbc68953a2262e68727851adaa2b30bd01eae5 (patch)
tree38ee14e0918117faaf0f30a8a32eb5d6f01a1fac /math/mpfr
parent294c6b23f93c96c56c4ddf19d5d3ed730e250d86 (diff)
downloadpkgsrc-a4dbc68953a2262e68727851adaa2b30bd01eae5.tar.gz
config.guess / config.sub override.
Diffstat (limited to 'math/mpfr')
-rw-r--r--math/mpfr/Makefile4
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