Sun Feb 25 15:03:45 2018 UTC ()
mpfr: force disable float128 on netbsd8 too (tested 8.0)


(maya)
diff -r1.37 -r1.38 pkgsrc/math/mpfr/Makefile

cvs diff -r1.37 -r1.38 pkgsrc/math/mpfr/Makefile (expand / switch to context diff)
--- pkgsrc/math/mpfr/Makefile 2018/02/19 11:52:56 1.37
+++ pkgsrc/math/mpfr/Makefile 2018/02/25 15:03:45 1.38
@@ -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