Skip to content

Commit

Permalink
math/octave-forge-fenv: USE_GCC=yes.
Browse files Browse the repository at this point in the history
Code uses #pragma STD FENV_ACCESS, which clang-10 doesn't seem to
recognize.

Bump portrevision.
  • Loading branch information
Stephen Montgomery-Smith authored and Stephen Montgomery-Smith committed Oct 30, 2021
1 parent 2839b87 commit c8fc283
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion math/octave-forge-fenv/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= octave-forge-fenv
PORTVERSION= 0.1.0
PORTREVISION= 23
PORTREVISION= 24
CATEGORIES= math

MAINTAINER= stephen@FreeBSD.org
Expand All @@ -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}
Expand Down

0 comments on commit c8fc283

Please sign in to comment.