git: c8fc2839ba41 - main - math/octave-forge-fenv: USE_GCC=yes.

From: Stephen Montgomery-Smith <stephen_at_FreeBSD.org>
Date: Sat, 30 Oct 2021 01:55:19 UTC
The branch main has been updated by stephen:

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

commit c8fc2839ba41ec648b088ac395bcf442ef665254
Author:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2021-10-30 01:52:51 +0000
Commit:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2021-10-30 01:52:51 +0000

    math/octave-forge-fenv: USE_GCC=yes.
    
    Code uses #pragma STD FENV_ACCESS, which clang-10 doesn't seem to
    recognize.
    
    Bump portrevision.
---
 math/octave-forge-fenv/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/math/octave-forge-fenv/Makefile b/math/octave-forge-fenv/Makefile
index 533552584c6e..c4459009ccc0 100644
--- a/math/octave-forge-fenv/Makefile
+++ b/math/octave-forge-fenv/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	octave-forge-fenv
 PORTVERSION=	0.1.0
-PORTREVISION=	23
+PORTREVISION=	24
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
@@ -11,6 +11,8 @@ COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYING
 
+USE_GCC=	yes
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}