Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2020 00:30:01 +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: r535690 - head/games/regoth
Message-ID:  <202005180030.04I0U15q028143@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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