pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/mpfr (math/mpfr) Fix build of gcc-4.8, 4.9 for Net...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6ab090387cc1
branches: trunk
changeset: 406451:6ab090387cc1
user: mef <mef%pkgsrc.org@localhost>
date: Sun Dec 22 02:12:00 2019 +0000
description:
(math/mpfr) Fix build of gcc-4.8,4.9 for NetBSD 9.x
Re: http://mail-index.netbsd.org/pkgsrc-users/2019/12/22/msg030057.html
diffstat:
math/mpfr/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 75990d1e099d -r 6ab090387cc1 math/mpfr/Makefile
--- a/math/mpfr/Makefile Sat Dec 21 23:51:56 2019 +0000
+++ b/math/mpfr/Makefile Sun Dec 22 02:12:00 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2019/11/02 16:16:20 rillig Exp $
+# $NetBSD: Makefile,v 1.42 2019/12/22 02:12:00 mef Exp $
DISTNAME= mpfr-4.0.2
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www.mpfr.org/${DISTNAME}/
EXTRACT_SUFX= .tar.bz2
@@ -12,7 +13,7 @@
.include "../../mk/bsd.prefs.mk"
GNU_CONFIGURE= yes
-.if !empty(MACHINE_PLATFORM:MNetBSD-[0-8]*-*) || !empty(MACHINE_PLATFORM:MDragonFly-[0-5]*-*)
+.if !empty(MACHINE_PLATFORM:MNetBSD-[0-9]*-*) || !empty(MACHINE_PLATFORM:MDragonFly-[0-5]*-*)
CONFIGURE_ARGS+= --disable-float128
.endif
USE_LIBTOOL= yes
Home |
Main Index |
Thread Index |
Old Index