Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Dec 2020 02:26:37 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557333 - head/math/openlibm
Message-ID:  <202012090226.0B92QbJT012007@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Dec  9 02:26:37 2020
New Revision: 557333
URL: https://svnweb.freebsd.org/changeset/ports/557333

Log:
  Mark as BROKEN on riscv64 the same as on aarch64.
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/math/openlibm/Makefile

Modified: head/math/openlibm/Makefile
==============================================================================
--- head/math/openlibm/Makefile	Wed Dec  9 02:23:17 2020	(r557332)
+++ head/math/openlibm/Makefile	Wed Dec  9 02:26:37 2020	(r557333)
@@ -18,6 +18,7 @@ BROKEN_armv6=	fails to compile: a parameter list witho
 BROKEN_armv7=	fails to compile: a parameter list without types is only allowed in a function definition
 BROKEN_mips=	fails to compile: No rule to make target mips/Make.files
 BROKEN_mips64=	fails to compile: No rule to make target mips64/Make.files
+BROKEN_riscv64=	fails to compile: No rule to make target riscv64/Make.files
 
 USES=		gmake
 USE_GITHUB=	yes
@@ -41,6 +42,10 @@ MAKE_ENV_gcc=	USEGCC=1 USECLANG=0
 MAKE_ENV_clang=	USEGCC=0 USECLANG=1
 
 TEST_TARGET=	check
+
+.if ${CHOSEN_COMPILER_TYPE} == gcc
+EXTRA_PATCHES+=		${PATCHDIR}/extra-patch-Make.inc
+.endif
 
 post-patch:
 	${REINPLACE_CMD} -e 's/USEGCC =/USEGCC ?=/g' \



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