Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2020 01:10:26 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r536547 - branches/2020Q2/games/regoth
Message-ID:  <202005260110.04Q1AQca011798@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue May 26 01:10:26 2020
New Revision: 536547
URL: https://svnweb.freebsd.org/changeset/ports/536547

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

Modified:
  branches/2020Q2/games/regoth/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/games/regoth/Makefile
==============================================================================
--- branches/2020Q2/games/regoth/Makefile	Tue May 26 01:08:30 2020	(r536546)
+++ branches/2020Q2/games/regoth/Makefile	Tue May 26 01:10:26 2020	(r536547)
@@ -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?202005260110.04Q1AQca011798>