Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Feb 2015 23:43:14 +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: r378625 - head/math/lp_solve
Message-ID:  <201502072343.t17NhEBO084956@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Sat Feb  7 23:43:14 2015
New Revision: 378625
URL: https://svnweb.freebsd.org/changeset/ports/378625
QAT: https://qat.redports.org/buildarchive/r378625/

Log:
  Mark armv6 and mips as ux32 capable to avoid breakage when building for
  these architectures.
  
  This still should allow aarch64 (when it appears) and mips64 to build
  ux64.
  
  PR:	197130
  Reviewed by:	mayo@oyam.ca (no objections or breakage)
  Approved by:	mentor (implicit)

Modified:
  head/math/lp_solve/Makefile

Modified: head/math/lp_solve/Makefile
==============================================================================
--- head/math/lp_solve/Makefile	Sat Feb  7 21:37:59 2015	(r378624)
+++ head/math/lp_solve/Makefile	Sat Feb  7 23:43:14 2015	(r378625)
@@ -20,8 +20,7 @@ BUILDENV=	${SETENV} TMPDIR="${TMPDIR}"
 
 .include <bsd.port.pre.mk>
 
-# probably need to add mips here as well
-.if ${ARCH} == "i386" || ${ARCH} == "powerpc" || ${ARCH} == armv6
+.if ${ARCH} == "i386" || ${ARCH} == "powerpc" || ${ARCH} == "armv6" || ${ARCH} == "mips"
 LPSOLVE_ARCH=	ux32
 .else
 LPSOLVE_ARCH=	ux64



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