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:
parent
2839b87b3d
commit
c8fc2839ba
1 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue