Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/lgpl3/mpfr/lib/libmpfr build fixes for MPFR 3.1.2.
details: https://anonhg.NetBSD.org/src/rev/5fda98c6b650
branches: trunk
changeset: 791692:5fda98c6b650
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Nov 28 12:36:55 2013 +0000
description:
build fixes for MPFR 3.1.2.
diffstat:
external/lgpl3/mpfr/lib/libmpfr/Makefile | 7 +++++--
external/lgpl3/mpfr/lib/libmpfr/shlib_version | 6 ------
2 files changed, 5 insertions(+), 8 deletions(-)
diffs (52 lines):
diff -r d53650934fa4 -r 5fda98c6b650 external/lgpl3/mpfr/lib/libmpfr/Makefile
--- a/external/lgpl3/mpfr/lib/libmpfr/Makefile Thu Nov 28 12:35:03 2013 +0000
+++ b/external/lgpl3/mpfr/lib/libmpfr/Makefile Thu Nov 28 12:36:55 2013 +0000
@@ -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 @@
fms.c \
frac.c \
free_cache.c \
+ frexp.c \
gamma.c \
gammaonethird.c \
get_d.c \
@@ -111,6 +112,7 @@
get_z.c \
get_z_exp.c \
gmp_op.c \
+ grandom.c \
hypot.c \
init.c \
init2.c \
@@ -478,6 +480,7 @@
# 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 @@
${SRCS}: mparam.h
CLEANFILES+= mparam.h
-.PATH: ${.CURDIR}/../../dist
+.PATH: ${.CURDIR}/../../dist/src
.if !empty(MACHINE_ARCH:M*arm*)
COPTS += -marm
diff -r d53650934fa4 -r 5fda98c6b650 external/lgpl3/mpfr/lib/libmpfr/shlib_version
--- a/external/lgpl3/mpfr/lib/libmpfr/shlib_version Thu Nov 28 12:35:03 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-# $NetBSD: shlib_version,v 1.1 2011/06/21 04:23:56 mrg Exp $
-# Remember to update distrib/sets/lists/base/shl.* when changing
-#
-
-major=4
-minor=1
Home |
Main Index |
Thread Index |
Old Index