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: mef
Date: Sun Dec 22 02:12:00 UTC 2019
Modified Files:
pkgsrc/math/mpfr: Makefile
Log Message:
(math/mpfr) Fix build of gcc-4.8,4.9 for NetBSD 9.x
Re: http://mail-index.netbsd.org/pkgsrc-users/2019/12/22/msg030057.html
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 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.41 pkgsrc/math/mpfr/Makefile:1.42
--- pkgsrc/math/mpfr/Makefile:1.41 Sat Nov 2 16:16:20 2019
+++ pkgsrc/math/mpfr/Makefile Sun Dec 22 02:12:00 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2019/11/02 16:16:20 rillig Exp $
+# $NetBSD: Makefile,v 1.42 2019/12/22 02:12:00 mef Exp $
DISTNAME= mpfr-4.0.2
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www.mpfr.org/${DISTNAME}/
EXTRACT_SUFX= .tar.bz2
@@ -12,7 +13,7 @@ LICENSE= gnu-lgpl-v3
.include "../../mk/bsd.prefs.mk"
GNU_CONFIGURE= yes
-.if !empty(MACHINE_PLATFORM:MNetBSD-[0-8]*-*) || !empty(MACHINE_PLATFORM:MDragonFly-[0-5]*-*)
+.if !empty(MACHINE_PLATFORM:MNetBSD-[0-9]*-*) || !empty(MACHINE_PLATFORM:MDragonFly-[0-5]*-*)
CONFIGURE_ARGS+= --disable-float128
.endif
USE_LIBTOOL= yes
Home |
Main Index |
Thread Index |
Old Index