svn commit: r538452 - head/lang/libobjc2

Piotr Kubaj pkubaj at FreeBSD.org
Thu Jun 11 03:15:27 UTC 2020


Author: pkubaj
Date: Thu Jun 11 03:15:26 2020
New Revision: 538452
URL: https://svnweb.freebsd.org/changeset/ports/538452

Log:
  lang/libobjc2: unbreak on powerpc
  
  Builds fine.

Modified:
  head/lang/libobjc2/Makefile

Modified: head/lang/libobjc2/Makefile
==============================================================================
--- head/lang/libobjc2/Makefile	Thu Jun 11 02:04:05 2020	(r538451)
+++ head/lang/libobjc2/Makefile	Thu Jun 11 03:15:26 2020	(r538452)
@@ -11,7 +11,6 @@ COMMENT=	Replacement Objective-C runtime supporting mo
 
 LICENSE=	MIT
 
-BROKEN_powerpc=		Does not compile on powerpc: Unsupported relocation type 10
 BROKEN_sparc64=		Does not compile on sparc64: Cannot configure clang properly
 USES=		cmake compiler objc:compiler
 


More information about the svn-ports-all mailing list