Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2018 03:26:11 +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: r476953 - head/games/golly
Message-ID:  <201808120326.w7C3QBGO062331@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Aug 12 03:26:11 2018
New Revision: 476953
URL: https://svnweb.freebsd.org/changeset/ports/476953

Log:
  Mark as broken on aarch64: fails to configure: missing objdump.

Modified:
  head/games/golly/Makefile

Modified: head/games/golly/Makefile
==============================================================================
--- head/games/golly/Makefile	Sun Aug 12 02:57:03 2018	(r476952)
+++ head/games/golly/Makefile	Sun Aug 12 03:26:11 2018	(r476953)
@@ -12,6 +12,8 @@ COMMENT=	Conway's Game of Life and other cellular auto
 
 LICENSE=	GPLv2+
 
+BROKEN_aarch64=		fails to configure: missing objdump
+
 USES=		compiler:c++11-lib python:2.7
 USE_GL=		gl glu
 USE_WX=		3.0+



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