Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2014 21:47:59 +0000 (UTC)
From:      Johannes Jost Meixner <xmj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369999 - head/games/linux-skulltag
Message-ID:  <201410042147.s94LlxEW094373@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: xmj
Date: Sat Oct  4 21:47:59 2014
New Revision: 369999
URL: https://svnweb.freebsd.org/changeset/ports/369999
QAT: https://qat.redports.org/buildarchive/r369999/

Log:
  games/linux-skulltag: allow build on amd64
  
  - Allow on amd64 architecture.
  
  PR:		193703
  Differential Revision:	https://reviews.freebsd.org/D815
  Approved by:	swills (mentor)

Modified:
  head/games/linux-skulltag/Makefile

Modified: head/games/linux-skulltag/Makefile
==============================================================================
--- head/games/linux-skulltag/Makefile	Sat Oct  4 21:44:23 2014	(r369998)
+++ head/games/linux-skulltag/Makefile	Sat Oct  4 21:47:59 2014	(r369999)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${LINUXBASE}/lib/libfmodexp
 
 USE_LINUX=	yes
 USE_LINUX_APPS=	sdl12
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64
 USES=	tar:bzip2
 NO_BUILD=	yes
 



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