svn commit: r378625 - head/math/lp_solve
Sean Bruno
sbruno at FreeBSD.org
Sat Feb 7 23:43:15 UTC 2015
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 at 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
More information about the svn-ports-head
mailing list