pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/mpfr Disable float128 support on DragonFly BSD as...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bfe7b1a0398
branches:  trunk
changeset: 313413:1bfe7b1a0398
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Sat Sep 29 16:37:09 2018 +0000

description:
Disable float128 support on DragonFly BSD as well.
As per https://mail-index.netbsd.org/pkgsrc-users/2018/02/03/msg026233.html

diffstat:

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

diffs (18 lines):

diff -r cde17fc03a21 -r 1bfe7b1a0398 math/mpfr/Makefile
--- a/math/mpfr/Makefile        Sat Sep 29 16:26:53 2018 +0000
+++ b/math/mpfr/Makefile        Sat Sep 29 16:37:09 2018 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index