svn commit: r513479 - head/games/redorblack

Piotr Kubaj pkubaj at FreeBSD.org
Tue Oct 1 13:53:50 UTC 2019


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
 


More information about the svn-ports-head mailing list