git: aa370e6b9962 - main - sysutils/cpuid2cpuflags: unbreak on powerpc64*
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 14:27:36 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa370e6b9962d2f59df184a47eb5f7361a3c230f commit aa370e6b9962d2f59df184a47eb5f7361a3c230f Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-05-22 14:24:08 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-05-22 14:24:08 +0000 sysutils/cpuid2cpuflags: unbreak on powerpc64* Builds fine. --- sysutils/cpuid2cpuflags/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/sysutils/cpuid2cpuflags/Makefile b/sysutils/cpuid2cpuflags/Makefile index 075cfb903f61..15fdfcf5eba3 100644 --- a/sysutils/cpuid2cpuflags/Makefile +++ b/sysutils/cpuid2cpuflags/Makefile @@ -10,8 +10,6 @@ COMMENT= Tool to generate CPU_FLAGS_* for your CPU LICENSE= BSD2CLAUSE -BROKEN_powerpc64= fails to build: error "Platform not supported (only Linux supported at the moment)" -BROKEN_powerpc64le= fails to build: error "Platform not supported (only Linux supported at the moment)" BROKEN_riscv64= fails to build: src/platforms.h:15:4: error: "Unsupported platform, please report" USES= autoreconf