Date: Fri, 6 Dec 2019 09:01:17 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519122 - head/devel/py-llvmlite Message-ID: <201912060901.xB691HCl073988@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Fri Dec 6 09:01:16 2019 New Revision: 519122 URL: https://svnweb.freebsd.org/changeset/ports/519122 Log: devel/py-llvmlite: unbreak on powerpc64 elfv2 FreeBSD 13 soon switches to elfv2 abi, where llvm is in base and works properly. Approved by: mentors (implicit approval) Modified: head/devel/py-llvmlite/Makefile Modified: head/devel/py-llvmlite/Makefile ============================================================================== --- head/devel/py-llvmlite/Makefile Fri Dec 6 08:59:47 2019 (r519121) +++ head/devel/py-llvmlite/Makefile Fri Dec 6 09:01:16 2019 (r519122) @@ -14,7 +14,8 @@ COMMENT= Lightweight LLVM python binding for writing J LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= fails to compile: clang++: not found +BROKEN_FreeBSD_11_powerpc64= fails to compile: clang++: not found +BROKEN_FreeBSD_12_powerpc64= fails to compile: clang++: not found BUILD_DEPENDS= ${PY_ENUM34} RUN_DEPENDS= ${PY_ENUM34}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912060901.xB691HCl073988>