diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-07-09 02:26:32 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-07-09 03:08:39 -0700 |
commit | 0056775fb9a72c0065768021ff456786b7fc9bb0 (patch) | |
tree | 6e009bed19705e81067958493314d2cd2b535cc7 | |
parent | ftp/unftp: Fix biuild on i386 (diff) |
science/octopus: Attempt to fix build on i386
Reported by: fallout
-rw-r--r-- | science/octopus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/octopus/Makefile b/science/octopus/Makefile index 617631675471..ff74c135fcbd 100644 --- a/science/octopus/Makefile +++ b/science/octopus/Makefile @@ -45,6 +45,7 @@ CONFIGURE_ARGS= --enable-shared --disable-static LDFLAGS+= -lsymspg FCFLAGS+= -I${LOCALBASE}/include -ffree-line-length-none +FCFLAGS+= -fallow-argument-mismatch # fix build on i386: Error: Type mismatch in argument 'dims' at (1); passed INTEGER(8) to INTEGER(4) INSTALL_TARGET= install-strip TEST_TARGET= check-short # some tests fail, see https://gitlab.com/octopus-code/octopus/-/issues/805 |