Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/lgpl3/mpc/lib/libmpc find mpfr.h.



details:   https://anonhg.NetBSD.org/src/rev/991824e413be
branches:  trunk
changeset: 324963:991824e413be
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Nov 28 14:21:31 2013 +0000

description:
find mpfr.h.

diffstat:

 external/lgpl3/mpc/lib/libmpc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7c315c63b693 -r 991824e413be external/lgpl3/mpc/lib/libmpc/Makefile
--- a/external/lgpl3/mpc/lib/libmpc/Makefile    Thu Nov 28 14:20:33 2013 +0000
+++ b/external/lgpl3/mpc/lib/libmpc/Makefile    Thu Nov 28 14:21:31 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2013/11/28 10:57:30 mrg Exp $
+#      $NetBSD: Makefile,v 1.2 2013/11/28 14:21:31 mrg Exp $
 
 .include <bsd.init.mk>
 
@@ -100,7 +100,7 @@
 # Find <mpfr.h> and <gmp.h>
 GMP_MACHINE_ARCH=${MACHINE_ARCH:C/armv[4-7]/arm/}
 CPPFLAGS+=     -I${NETBSDSRCDIR}/external/lgpl3/gmp/lib/libgmp/arch/${GMP_MACHINE_ARCH}
-CPPFLAGS+=     -I${NETBSDSRCDIR}/external/lgpl3/mpfr/dist
+CPPFLAGS+=     -I${NETBSDSRCDIR}/external/lgpl3/mpfr/dist/src
 
 .include <bsd.lib.mk>
 



Home | Main Index | Thread Index | Old Index