pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/mpfr mpfr: force disable float128 on netbsd8 too ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e0baa6bb270
branches:  trunk
changeset: 375928:8e0baa6bb270
user:      maya <maya%pkgsrc.org@localhost>
date:      Sun Feb 25 15:03:45 2018 +0000

description:
mpfr: force disable float128 on netbsd8 too (tested 8.0)

diffstat:

 math/mpfr/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5585e70c2af4 -r 8e0baa6bb270 math/mpfr/Makefile
--- a/math/mpfr/Makefile        Sun Feb 25 14:34:22 2018 +0000
+++ b/math/mpfr/Makefile        Sun Feb 25 15:03:45 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2018/02/19 11:52:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.38 2018/02/25 15:03:45 maya Exp $
 
 DISTNAME=              mpfr-4.0.1
 CATEGORIES=            math
@@ -12,7 +12,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 GNU_CONFIGURE=         yes
-.if !empty(MACHINE_PLATFORM:MNetBSD-[0-7]*-*)
+.if !empty(MACHINE_PLATFORM:MNetBSD-[0-8]*-*)
 CONFIGURE_ARGS+=        --disable-float128
 .endif
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index