mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
f24258d188
commit
abffdd9a18
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue