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:   maya
Date:           Sun Feb 25 15:03:45 UTC 2018

Modified Files:
        pkgsrc/math/mpfr: Makefile

Log Message:
mpfr: force disable float128 on netbsd8 too (tested 8.0)


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 pkgsrc/math/mpfr/Makefile:1.38
--- pkgsrc/math/mpfr/Makefile:1.37      Mon Feb 19 11:52:56 2018
+++ pkgsrc/math/mpfr/Makefile   Sun Feb 25 15:03:45 2018
@@ -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



Home | Main Index | Thread Index | Old Index