diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2025-09-03 09:54:07 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2025-09-11 15:09:48 +0000 |
commit | 2d1b76e570489462b5c891f7b25f38dc864eb642 (patch) | |
tree | 3a50c89e0efb3a307e3441d3490c6745fb6ed92b /math | |
parent | 8c34edf18b2380c3a85338a8f27a8d66a27f2907 (diff) |
Diffstat (limited to 'math')
-rw-r--r-- | math/labplot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 2ccd56f65050..a2ff6b0f5b21 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -32,6 +32,8 @@ USE_XORG= x11 xcb KDE_INVENT= 110f258e44a45354c5219e497409a22185fa2933 education labplot +CXXFLAGS+= -Wno-error=undef + PLIST_SUB= SHLIB_VER=${PORTVERSION} OPTIONS_DEFINE= CANTOR FITS FFTW3 HDF5 LIBCERF MATLAB NETCDF ORCUS \ |