View | Details | Raw Unified | Return to bug 197130
Collapse All | Expand All

(-)math/lp_solve/Makefile (-2 / +1 lines)
Lines 20-27 Link Here
20
20
21
.include <bsd.port.pre.mk>
21
.include <bsd.port.pre.mk>
22
22
23
# probably need to add mips here as well
23
.if ${ARCH} == "i386" || ${ARCH} == "powerpc" || ${ARCH} == "armv6" || ${ARCH} == "mips"
24
.if ${ARCH} == "i386" || ${ARCH} == "powerpc" || ${ARCH} == armv6
25
LPSOLVE_ARCH=	ux32
24
LPSOLVE_ARCH=	ux32
26
.else
25
.else
27
LPSOLVE_ARCH=	ux64
26
LPSOLVE_ARCH=	ux64

Return to bug 197130