Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 2021 12:05:07 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: bd7a2174b3ed - main - devel/libclc: unbreak on powerpc64
Message-ID:  <202104061205.136C57Bm007218@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=bd7a2174b3ed03812afdae4dc7487e0739a51d34

commit bd7a2174b3ed03812afdae4dc7487e0739a51d34
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-04-06 12:05:40 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-04-06 12:05:40 +0000

    devel/libclc: unbreak on powerpc64
    
    Builds fine.
---
 devel/libclc/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/devel/libclc/Makefile b/devel/libclc/Makefile
index a39b04b0a79e..afe879db3d73 100644
--- a/devel/libclc/Makefile
+++ b/devel/libclc/Makefile
@@ -14,8 +14,6 @@ LICENSE_NAME=	LLVM Release License
 LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-BROKEN_powerpc64=	fails to compile: /usr/local/llvm80/include/llvm-c/DataTypes.h:28:10: fatal error: 'cmath' file not found
-
 BUILD_DEPENDS=	llvm${LLVM_DEFAULT}>=4.0:devel/llvm${LLVM_DEFAULT} \
 		libedit>=0:devel/libedit
 



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