diff options
| author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2026-03-03 01:43:02 +0000 |
|---|---|---|
| committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2026-03-03 01:43:02 +0000 |
| commit | 99139ce3bdd80f7fbbd1aa13590fcc92d04e0769 (patch) | |
| tree | 767ec9e95016888da4f2c996d1f714292693e920 | |
| parent | a260ec08ab914c578089f584416709a8557ae8f6 (diff) | |
math/octave-forge-mboct-fem-pkg: Premptive fix for GCC-15.
- Changes so that when GCC defaults to version 15, the port will
still build.
PR: 293334
Reported by: salvadore@freebsd.org
| -rw-r--r-- | math/octave-forge-mboct-fem-pkg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/octave-forge-mboct-fem-pkg/Makefile b/math/octave-forge-mboct-fem-pkg/Makefile index 309423be5436..1698af248000 100644 --- a/math/octave-forge-mboct-fem-pkg/Makefile +++ b/math/octave-forge-mboct-fem-pkg/Makefile @@ -10,7 +10,7 @@ WWW= https://packages.octave.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../COPYING -USES= octave autoreconf compiler:gcc-c++11-lib +USES= octave autoreconf LIB_DEPENDS+= libgtest.so:devel/googletest \ libmetis.so:math/metis \ @@ -24,6 +24,7 @@ RUN_DEPENDS+= ${OCTAVE_TARBALLS_DIR}/mboct-octave-pkg.tar.gz:math/octave-forge-m USE_GITHUB= yes GH_ACCOUNT= octave-user GH_PROJECT= mboct-fem-pkg +USE_GCC= yes OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} |
