svn commit: r562015 - head/games/regoth

Mark Linimon linimon at FreeBSD.org
Tue Jan 19 03:13:10 UTC 2021


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
 


More information about the svn-ports-all mailing list