From 2226c45985ec27ece19f763b2b2f562424ffaccc Mon Sep 17 00:00:00 2001 From: Stephen Montgomery-Smith Date: Sun, 3 Oct 2021 18:04:27 -0500 Subject: [PATCH] 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 a98c557923729..5a58c4fc3a5ae 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