pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/mpfr config.guess / config.sub override.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c9427c571a1a
branches: trunk
changeset: 505487:c9427c571a1a
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Jan 03 20:48:01 2006 +0000
description:
config.guess / config.sub override.
diffstat:
math/mpfr/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 525f12dccb11 -r c9427c571a1a math/mpfr/Makefile
--- a/math/mpfr/Makefile Tue Jan 03 20:25:31 2006 +0000
+++ b/math/mpfr/Makefile Tue Jan 03 20:48:01 2006 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index