svn commit: r557333 - head/math/openlibm

Mark Linimon linimon at FreeBSD.org
Wed Dec 9 02:26:38 UTC 2020


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' \


More information about the svn-ports-all mailing list