From c8fc2839ba41ec648b088ac395bcf442ef665254 Mon Sep 17 00:00:00 2001 From: Stephen Montgomery-Smith Date: Fri, 29 Oct 2021 20:52:51 -0500 Subject: [PATCH] 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}