svn commit: r519122 - head/devel/py-llvmlite

Piotr Kubaj pkubaj at FreeBSD.org
Fri Dec 6 09:01:17 UTC 2019


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}


More information about the svn-ports-head mailing list