Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2019 13:53:49 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513479 - head/games/redorblack
Message-ID:  <201910011353.x91Drn45004065@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Oct  1 13:53:49 2019
New Revision: 513479
URL: https://svnweb.freebsd.org/changeset/ports/513479

Log:
  games/redorblack: fix build on GCC architectures
  
  Approved by:	mentors (implicit approval)

Modified:
  head/games/redorblack/Makefile

Modified: head/games/redorblack/Makefile
==============================================================================
--- head/games/redorblack/Makefile	Tue Oct  1 13:42:21 2019	(r513478)
+++ head/games/redorblack/Makefile	Tue Oct  1 13:53:49 2019	(r513479)
@@ -11,9 +11,7 @@ COMMENT=	Simple card game to test fortune and probabil
 
 LICENSE=	BSD2CLAUSE
 
-BROKEN_mips=		fails to compile: deckClass.h: error: random: No such file or directory
-BROKEN_mips64=		fails to compile: deckClass.h: error: random: No such file or directory
-BROKEN_powerpc64=	fails to compile: deckClass.h: error: random: No such file or directory
+USES=		compiler:c11
 
 PLIST_FILES=	bin/redorblack
 



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