diff options
author | Sean Bruno <sbruno@FreeBSD.org> | 2014-09-11 15:17:28 +0000 |
---|---|---|
committer | Sean Bruno <sbruno@FreeBSD.org> | 2014-09-11 15:17:28 +0000 |
commit | 84c987c5f51e49c7b37f7ba4bc658bf0bbd96a87 (patch) | |
tree | 962d12add3b396e6c37cc0626e74d66259ebfc28 /math/lp_solve | |
parent | 8e3accbef771c8c4d169402ba9acc9dd2a5bf763 (diff) | |
download | ports-84c987c5f51e49c7b37f7ba4bc658bf0bbd96a87.tar.gz ports-84c987c5f51e49c7b37f7ba4bc658bf0bbd96a87.zip |
Notes
Diffstat (limited to 'math/lp_solve')
-rw-r--r-- | math/lp_solve/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/lp_solve/Makefile b/math/lp_solve/Makefile index 3b665bf48fcb..d0886e478673 100644 --- a/math/lp_solve/Makefile +++ b/math/lp_solve/Makefile @@ -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 |