summaryrefslogtreecommitdiff
path: root/math/mpfr
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2018-02-25 15:03:45 +0000
committermaya <maya@pkgsrc.org>2018-02-25 15:03:45 +0000
commit59cf826c8bda4c1c2d1fc1f4cc82445be11a753d (patch)
tree6af08416e1d46bd55eae5a1f848894f334c404c1 /math/mpfr
parent6aec161d5c125afe49cc7fa37039eeefa313386d (diff)
downloadpkgsrc-59cf826c8bda4c1c2d1fc1f4cc82445be11a753d.tar.gz
mpfr: force disable float128 on netbsd8 too (tested 8.0)
Diffstat (limited to 'math/mpfr')
-rw-r--r--math/mpfr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile
index 5660493c8fe..757e8b8e2f3 100644
--- a/math/mpfr/Makefile
+++ b/math/mpfr/Makefile
@@ -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 @@ LICENSE= gnu-lgpl-v3
.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