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