aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2015-02-08 07:43:14 +0800
committersbruno <sbruno@FreeBSD.org>2015-02-08 07:43:14 +0800
commit243b73a41b0c612490775de53d3fe6b673904208 (patch)
tree2a639a76c53f84e9e29ed0d13c8af4f02b74ef25 /math
parent6f8f47a4368ee1d97114094a64372ad1e4692524 (diff)
downloadfreebsd-ports-gnome-243b73a41b0c612490775de53d3fe6b673904208.tar.gz
freebsd-ports-gnome-243b73a41b0c612490775de53d3fe6b673904208.tar.zst
freebsd-ports-gnome-243b73a41b0c612490775de53d3fe6b673904208.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)
Diffstat (limited to 'math')
-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