Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2015 21:00:29 +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: r397870 - head/math/R
Message-ID:  <201509252100.t8PL0Tsp041062@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Sep 25 21:00:28 2015
New Revision: 397870
URL: https://svnweb.freebsd.org/changeset/ports/397870

Log:
  Use trick from arm/powerpc to fix build on sparc64.
  
  Approved by:	portmgr (sparc64 blanket)

Modified:
  head/math/R/Makefile

Modified: head/math/R/Makefile
==============================================================================
--- head/math/R/Makefile	Fri Sep 25 20:59:55 2015	(r397869)
+++ head/math/R/Makefile	Fri Sep 25 21:00:28 2015	(r397870)
@@ -93,6 +93,7 @@ OPTIONS_DEFAULT+=	GHOSTSCRIPT INFO_MANUA
 OPTIONS_DEFAULT_armv6+=		MISSING
 OPTIONS_DEFAULT_powerpc+=	MISSING
 OPTIONS_DEFAULT_powerpc64+=	MISSING
+OPTIONS_DEFAULT_sparc64+=	MISSING
 
 .endif # !LIBR_SLAVEPORT
 PLIST_SUB=		R_SOVERSION="${R_SOVERSION}" \



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