diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-10-10 21:31:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-10-10 21:31:30 +0000 |
commit | 3ef3461740738a4408c83087846d4b59d726eaa6 (patch) | |
tree | f3d89a0399e1e0896808a5ab7c804ecd549e47db /math/lp_solve | |
parent | 615a3fc1bbb5a8d6dd9a7a24d8d19046049875ee (diff) | |
download | ports-3ef3461740738a4408c83087846d4b59d726eaa6.tar.gz ports-3ef3461740738a4408c83087846d4b59d726eaa6.zip |
Notes
Diffstat (limited to 'math/lp_solve')
-rw-r--r-- | math/lp_solve/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/lp_solve/Makefile b/math/lp_solve/Makefile index 891b0f753ead..cff7d213af98 100644 --- a/math/lp_solve/Makefile +++ b/math/lp_solve/Makefile @@ -20,7 +20,7 @@ BUILDENV= ${SETENV} TMPDIR="${WRKDIR}" .include <bsd.port.pre.mk> -.if ${ARCH} == "i386" || ${ARCH} == "powerpc" || ${ARCH} == "armv6" || ${ARCH} == "mips" +.if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == mips || ${ARCH} == powerpc LPSOLVE_ARCH= ux32 .else LPSOLVE_ARCH= ux64 |