summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2021-10-29 20:52:51 -0500
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2021-10-29 20:52:51 -0500
commitc8fc2839ba41ec648b088ac395bcf442ef665254 (patch)
tree57fe728c8597b8338be343836c2585e704c133e7 /math
parentdevel/hwloc2: optionalize level-zero dependency after e820842557b9 (diff)
math/octave-forge-fenv: USE_GCC=yes.
Code uses #pragma STD FENV_ACCESS, which clang-10 doesn't seem to recognize. Bump portrevision.
Diffstat (limited to 'math')
-rw-r--r--math/octave-forge-fenv/Makefile4
1 files changed, 3 insertions, 1 deletions
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}