Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2020 14:24:41 +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: r523420 - head/devel/rubygem-rice
Message-ID:  <202001181424.00IEOfFk036498@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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