git: 51a1d89b7c25 - main - devel/atlas-devel: remove not necessary CXXFLAGS_powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Apr 2022 13:40:06 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=51a1d89b7c250444fa0d1ddcb3eabe19282701c0 commit 51a1d89b7c250444fa0d1ddcb3eabe19282701c0 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-27 13:21:09 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-04-27 13:21:09 +0000 devel/atlas-devel: remove not necessary CXXFLAGS_powerpc Since CXXFLAGS_powerpcspe is probably also not necessary, also remove it. --- devel/atlas-devel/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/devel/atlas-devel/Makefile b/devel/atlas-devel/Makefile index 5f470d45f3d9..428e9876eed0 100644 --- a/devel/atlas-devel/Makefile +++ b/devel/atlas-devel/Makefile @@ -19,8 +19,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_ARGS= docdir=${DOCSDIR} -CXXFLAGS_powerpc= -Wno-error=deprecated -CXXFLAGS_powerpcspe= -Wno-error=deprecated CXXFLAGS_mips= -Wno-error=deprecated CXXFLAGS_mips64= -Wno-error=deprecated CXXFLAGS_sparc64= -Wno-error=deprecated