git: b9968413c844 - main - net/mpich: drop not necessary powerpc64 knob
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Aug 2023 14:48:52 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=b9968413c84488a46fa959ff2381660797c773fe commit b9968413c84488a46fa959ff2381660797c773fe Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-12 16:05:50 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-13 14:48:42 +0000 net/mpich: drop not necessary powerpc64 knob --- net/mpich/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/mpich/Makefile b/net/mpich/Makefile index db5167c7b4f9..d77411ab48fb 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -72,8 +72,6 @@ CONFIGURE_ARGS= --enable-fast="" --with-hwloc-prefix=${LOCALBASE} \ LIBS="-L${LOCALBASE}/lib -lepoll-shim -ljson-c -lm" \ BASH_SHELL=${LOCALBASE}/bin/bash -CFLAGS_powerpc64= -D__BIG_ENDIAN - .include <bsd.port.options.mk> .for pm in ${OPTIONS_GROUP_PM}