Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Oct 2021 23:05:50 GMT
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2226c45985ec - main - math/librsb: Add USE_GCC=yes.
Message-ID:  <202110032305.193N5olG035330@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by stephen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2226c45985ec27ece19f763b2b2f562424ffaccc

commit 2226c45985ec27ece19f763b2b2f562424ffaccc
Author:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2021-10-03 23:04:27 +0000
Commit:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2021-10-03 23:04:27 +0000

    math/librsb: Add USE_GCC=yes.
    
    Made necessary by commit 07fb2d5e9d001934f1670d01aec1f536f14ebde2.
---
 math/librsb/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/librsb/Makefile b/math/librsb/Makefile
index a98c55792372..5a58c4fc3a5a 100644
--- a/math/librsb/Makefile
+++ b/math/librsb/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	librsb
 PORTVERSION=	1.2.0.10
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 MASTER_SITES=	SF/librsb
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/r/-rc/}
@@ -17,6 +17,7 @@ BUILD_DEPENDS=	gsed:textproc/gsed \
 		bash:shells/bash
 
 USES=		fortran gmake shebangfix libtool
+USE_GCC=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	qtests
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110032305.193N5olG035330>