Module Name: src
Committed By: mrg
Date: Thu Nov 28 12:36:55 UTC 2013
Modified Files:
src/external/lgpl3/mpfr/lib/libmpfr: Makefile
Removed Files:
src/external/lgpl3/mpfr/lib/libmpfr: shlib_version
Log Message:
build fixes for MPFR 3.1.2.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/lgpl3/mpfr/lib/libmpfr/Makefile
cvs rdiff -u -r1.1 -r0 src/external/lgpl3/mpfr/lib/libmpfr/shlib_version
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/lgpl3/mpfr/lib/libmpfr/Makefile
diff -u src/external/lgpl3/mpfr/lib/libmpfr/Makefile:1.14 src/external/lgpl3/mpfr/lib/libmpfr/Makefile:1.15
--- src/external/lgpl3/mpfr/lib/libmpfr/Makefile:1.14 Tue Aug 20 00:20:55 2013
+++ src/external/lgpl3/mpfr/lib/libmpfr/Makefile Thu Nov 28 12:36:55 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2013/08/20 00:20:55 matt Exp $
+# $NetBSD: Makefile,v 1.15 2013/11/28 12:36:55 mrg Exp $
.include <bsd.init.mk>
@@ -94,6 +94,7 @@ SRCS= \
fms.c \
frac.c \
free_cache.c \
+ frexp.c \
gamma.c \
gammaonethird.c \
get_d.c \
@@ -111,6 +112,7 @@ SRCS= \
get_z.c \
get_z_exp.c \
gmp_op.c \
+ grandom.c \
hypot.c \
init.c \
init2.c \
@@ -478,6 +480,7 @@ CPPFLAGS+= -I. \
# Find <gmp.h>
GMP_MACHINE_ARCH=${MACHINE_ARCH:S/earmv4/arm/:C/armv[5-7]/arm/}
CPPFLAGS+= -I${NETBSDSRCDIR}/external/lgpl3/gmp/lib/libgmp/arch/${GMP_MACHINE_ARCH}
+CPPFLAGS+= -I${.CURDIR}/../../dist/src
# XXX
# XXX XXX check mips*
@@ -513,7 +516,7 @@ mparam.h: mparam_h.in
${SRCS}: mparam.h
CLEANFILES+= mparam.h
-.PATH: ${.CURDIR}/../../dist
+.PATH: ${.CURDIR}/../../dist/src
.if !empty(MACHINE_ARCH:M*arm*)
COPTS += -marm