git: 2226c45985ec - main - math/librsb: Add USE_GCC=yes.

Stephen Montgomery-Smith stephen at FreeBSD.org
Sun Oct 3 23:05:50 UTC 2021


The branch main has been updated by stephen:

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

commit 2226c45985ec27ece19f763b2b2f562424ffaccc
Author:     Stephen Montgomery-Smith <stephen at FreeBSD.org>
AuthorDate: 2021-10-03 23:04:27 +0000
Commit:     Stephen Montgomery-Smith <stephen at 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


More information about the dev-commits-ports-all mailing list