diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-01-09 22:52:18 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-01-09 22:52:18 +0000 |
commit | 4e1154ba7a1aeba244337ca2deb542ec0247ca09 (patch) | |
tree | 5f8b8085b07a5d3d2b2260eefd8c95309042bb5d /math/lp_solve | |
parent | cd6568b7565574b6b5d59500a350d1181474b5c8 (diff) |
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 cff7d213af98..b5ec2d2fe832 100644 --- a/math/lp_solve/Makefile +++ b/math/lp_solve/Makefile @@ -20,7 +20,8 @@ BUILDENV= ${SETENV} TMPDIR="${WRKDIR}" .include <bsd.port.pre.mk> -.if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == mips || ${ARCH} == powerpc +.if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == mips || \ + ${ARCH} == powerpc || ${ARCH} == powerpcspe LPSOLVE_ARCH= ux32 .else LPSOLVE_ARCH= ux64 |