svn commit: r523420 - head/devel/rubygem-rice

Piotr Kubaj pkubaj at FreeBSD.org
Sat Jan 18 14:24:42 UTC 2020


Author: pkubaj
Date: Sat Jan 18 14:24:41 2020
New Revision: 523420
URL: https://svnweb.freebsd.org/changeset/ports/523420

Log:
  devel/rubygem-rice: unbreak on powerpc64 elfv2
  
  Builds fine.

Modified:
  head/devel/rubygem-rice/Makefile

Modified: head/devel/rubygem-rice/Makefile
==============================================================================
--- head/devel/rubygem-rice/Makefile	Sat Jan 18 14:14:04 2020	(r523419)
+++ head/devel/rubygem-rice/Makefile	Sat Jan 18 14:24:41 2020	(r523420)
@@ -12,7 +12,8 @@ COMMENT=	C++ interface to Rubys C API
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_powerpc64=	fails to configure: could not find ruby.h
+BROKEN_FreeBSD_11_powerpc64=	fails to configure: could not find ruby.h
+BROKEN_FreeBSD_12_powerpc64=	fails to configure: could not find ruby.h
 
 USE_RUBY=	yes
 USES=		autoreconf:build gem


More information about the svn-ports-all mailing list