Skip to content

Commit

Permalink
(math/mpfr) Fix build of gcc-4.8,4.9 for NetBSD 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mef committed Dec 22, 2019
1 parent afa2ef2 commit 5ccafdb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions math/mpfr/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5ccafdb

Please sign in to comment.