science/mpb: Fix build with GCC 14

error: implicit declaration of function 'SCM_NEWCELL'
[-Wimplicit-function-declaration]

Thanks for the patch to salvadore@

PR:		281245
This commit is contained in:
Lorenzo Salvadore 2024-12-21 18:46:44 +01:00 committed by Rainer Hurling
parent f24258d188
commit abffdd9a18

View file

@ -1,6 +1,6 @@
PORTNAME= mpb
DISTVERSION= 1.11.1
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= science
MASTER_SITES= https://github.com/NanoComp/mpb/releases/download/v${DISTVERSION}/
@ -30,7 +30,7 @@ MAKE_JOBS_UNSAFE= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
CPPFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= -I${LOCALBASE}/include -fpermissive
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= ATLAS OPENMP