summaryrefslogtreecommitdiff
path: root/math/mpfr
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2018-09-29 16:37:09 +0000
committersevan <sevan@pkgsrc.org>2018-09-29 16:37:09 +0000
commitbd8a6b27fbf0e60c55bcecd90ab29e626d3c6fba (patch)
tree2d5fe63d2249f6201f7c029c999d3ec0f36ed2ab /math/mpfr
parenta14f114718abba194f36aba695136f6dc59bc05b (diff)
downloadpkgsrc-bd8a6b27fbf0e60c55bcecd90ab29e626d3c6fba.tar.gz
Disable float128 support on DragonFly BSD as well.
As per https://mail-index.netbsd.org/pkgsrc-users/2018/02/03/msg026233.html
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 757e8b8e2f3..affff44c698 100644
--- a/math/mpfr/Makefile
+++ b/math/mpfr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2018/02/25 15:03:45 maya Exp $
+# $NetBSD: Makefile,v 1.39 2018/09/29 16:37:09 sevan 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-8]*-*)
+.if !empty(MACHINE_PLATFORM:MNetBSD-[0-8]*-*) || !empty(MACHINE_PLATFORM:MDragonFly-[0-5]*-*)
CONFIGURE_ARGS+= --disable-float128
.endif
USE_LIBTOOL= yes