Index: math/lp_solve/Makefile =================================================================== --- math/lp_solve/Makefile (revision 378080) +++ math/lp_solve/Makefile (working copy) @@ -20,8 +20,7 @@ .include -# 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