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:   ryoon
Date:           Mon Feb 19 11:52:56 UTC 2018

Modified Files:
        pkgsrc/math/mpfr: Makefile

Log Message:
Expand a workaround for NetBSD/amd64 0-7 to non-amd64 architectures


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 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.36 pkgsrc/math/mpfr/Makefile:1.37
--- pkgsrc/math/mpfr/Makefile:1.36      Sun Feb 11 16:35:01 2018
+++ pkgsrc/math/mpfr/Makefile   Mon Feb 19 11:52:56 2018
@@ -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



Home | Main Index | Thread Index | Old Index