summaryrefslogtreecommitdiff
path: root/math/mpfr
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2018-02-19 11:52:56 +0000
committerryoon <ryoon@pkgsrc.org>2018-02-19 11:52:56 +0000
commitcdb472b04d6b974cf029990a6b044dd2e660a7b6 (patch)
tree4e0a3319d8dbd0266d9cc44a40778d81f547b941 /math/mpfr
parentf1daac9d83ab3a7118c46281d32bcfbe7f0a7e35 (diff)
downloadpkgsrc-cdb472b04d6b974cf029990a6b044dd2e660a7b6.tar.gz
Expand a workaround for NetBSD/amd64 0-7 to non-amd64 architectures
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 360f39d2b93..5660493c8fe 100644
--- a/math/mpfr/Makefile
+++ b/math/mpfr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2018/02/11 16:35:01 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2018/02/19 11:52:56 ryoon 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]*-x86_64)
+.if !empty(MACHINE_PLATFORM:MNetBSD-[0-7]*-*)
CONFIGURE_ARGS+= --disable-float128
.endif
USE_LIBTOOL= yes