pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/mpfr Expand a workaround for NetBSD/amd64 0-7 to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/57a87ec84e34
branches: trunk
changeset: 375689:57a87ec84e34
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Mon Feb 19 11:52:56 2018 +0000
description:
Expand a workaround for NetBSD/amd64 0-7 to non-amd64 architectures
diffstat:
math/mpfr/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f66e14d30c5f -r 57a87ec84e34 math/mpfr/Makefile
--- a/math/mpfr/Makefile Mon Feb 19 11:49:10 2018 +0000
+++ b/math/mpfr/Makefile Mon Feb 19 11:52:56 2018 +0000
@@ -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 @@
.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