aboutsummaryrefslogtreecommitdiff
path: root/math/lp_solve
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2015-02-07 23:43:14 +0000
committerSean Bruno <sbruno@FreeBSD.org>2015-02-07 23:43:14 +0000
commit36d0162ea91c588c38e2b496ea23d001d29a1698 (patch)
tree2a639a76c53f84e9e29ed0d13c8af4f02b74ef25 /math/lp_solve
parent5680410e1e3fa48760b89215cd5dbd4e59e4af5c (diff)
downloadports-36d0162ea91c588c38e2b496ea23d001d29a1698.tar.gz
ports-36d0162ea91c588c38e2b496ea23d001d29a1698.zip
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)
Notes
Notes: svn path=/head/; revision=378625
Diffstat (limited to 'math/lp_solve')
-rw-r--r--math/lp_solve/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/lp_solve/Makefile b/math/lp_solve/Makefile
index d0886e478673..5d5a15e8abf4 100644
--- a/math/lp_solve/Makefile
+++ b/math/lp_solve/Makefile
@@ -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