svn commit: r535690 - head/games/regoth

Mark Linimon linimon at FreeBSD.org
Mon May 18 00:30:02 UTC 2020


Author: linimon
Date: Mon May 18 00:30:01 2020
New Revision: 535690
URL: https://svnweb.freebsd.org/changeset/ports/535690

Log:
  Mark as broken on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/regoth/Makefile

Modified: head/games/regoth/Makefile
==============================================================================
--- head/games/regoth/Makefile	Mon May 18 00:25:26 2020	(r535689)
+++ head/games/regoth/Makefile	Mon May 18 00:30:01 2020	(r535690)
@@ -10,6 +10,9 @@ COMMENT=	Reimplementation of zEngine, the Gothic and G
 
 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'?
+
 LIB_DEPENDS=	libsndfile.so:audio/libsndfile
 
 USES=		cmake compiler:c++11-lib gl openal xorg


More information about the svn-ports-head mailing list