pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/mpfr



Module Name:    pkgsrc
Committed By:   sevan
Date:           Sat Sep 29 16:37:09 UTC 2018

Modified Files:
        pkgsrc/math/mpfr: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/math/mpfr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/mpfr/Makefile
diff -u pkgsrc/math/mpfr/Makefile:1.38 pkgsrc/math/mpfr/Makefile:1.39
--- pkgsrc/math/mpfr/Makefile:1.38      Sun Feb 25 15:03:45 2018
+++ pkgsrc/math/mpfr/Makefile   Sat Sep 29 16:37:09 2018
@@ -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



Home | Main Index | Thread Index | Old Index