Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Sep 2014 15:17:29 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367947 - head/math/lp_solve
Message-ID:  <201409111517.s8BFHThv087207@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Thu Sep 11 15:17:28 2014
New Revision: 367947
URL: http://svnweb.freebsd.org/changeset/ports/367947
QAT: https://qat.redports.org/buildarchive/r367947/

Log:
  Add armv6 to the 32 bit list of targets
  
  Phabric:	https://reviews.freebsd.org/D762
  Approved by:	bdrewery (mentor)

Modified:
  head/math/lp_solve/Makefile

Modified: head/math/lp_solve/Makefile
==============================================================================
--- head/math/lp_solve/Makefile	Thu Sep 11 15:04:04 2014	(r367946)
+++ head/math/lp_solve/Makefile	Thu Sep 11 15:17:28 2014	(r367947)
@@ -20,7 +20,8 @@ BUILDENV=	${SETENV} TMPDIR="${TMPDIR}"
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "i386" || ${ARCH} == "powerpc"
+# probably need to add mips here as well
+.if ${ARCH} == "i386" || ${ARCH} == "powerpc" || ${ARCH} == armv6
 LPSOLVE_ARCH=	ux32
 .else
 LPSOLVE_ARCH=	ux64



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