Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2021 03:13:10 +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: r562015 - head/games/regoth
Message-ID:  <202101190313.10J3DAdp032969@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Jan 19 03:13:09 2021
New Revision: 562015
URL: https://svnweb.freebsd.org/changeset/ports/562015

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

Modified:
  head/games/regoth/Makefile

Modified: head/games/regoth/Makefile
==============================================================================
--- head/games/regoth/Makefile	Tue Jan 19 03:11:16 2021	(r562014)
+++ head/games/regoth/Makefile	Tue Jan 19 03:13:09 2021	(r562015)
@@ -13,6 +13,7 @@ LICENSE=	GPLv3
 
 BROKEN_FreeBSD_12_powerpc64=	fails to build: /usr/include/math.h:251:8: error: conflicting declaration of C function 'double pow(double, double)'
 BROKEN_FreeBSD_13_powerpc64=	fails to build: mmintrin.h:33:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
+BROKEN_riscv64=			fails to build: mmintrin.h:33:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
 
 LIB_DEPENDS=	libsndfile.so:audio/libsndfile
 



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