svn commit: r367947 - head/math/lp_solve

Sean Bruno sbruno at FreeBSD.org
Thu Sep 11 15:17:29 UTC 2014


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


More information about the svn-ports-head mailing list