Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2022 14:27:36 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: aa370e6b9962 - main - sysutils/cpuid2cpuflags: unbreak on powerpc64*
Message-ID:  <202205221427.24MERaAt015752@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205221427.24MERaAt015752>