Index: math/lp_solve/Makefile =================================================================== --- math/lp_solve/Makefile +++ math/lp_solve/Makefile @@ -20,7 +20,8 @@ .include -.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