math/octave-forge-fenv: USE_GCC=yes.

Code uses #pragma STD FENV_ACCESS, which clang-10 doesn't seem to
recognize.

Bump portrevision.
This commit is contained in:
Stephen Montgomery-Smith 2021-10-29 20:52:51 -05:00
parent 2839b87b3d
commit c8fc2839ba

View file

@ -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}