From 916023b1afa7dccf79edef614c8f5bf1bd1dca8e Mon Sep 17 00:00:00 2001 From: rm Date: Tue, 26 Jun 2012 20:51:03 +0000 Subject: - fix installation on powerpc PR: 169424 Submitted by: Matthieu Volat Approved by: Mayo Jordanov (maintainer) --- math/lp_solve/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/math/lp_solve/Makefile b/math/lp_solve/Makefile index 194df11..39bb1ca 100644 --- a/math/lp_solve/Makefile +++ b/math/lp_solve/Makefile @@ -24,16 +24,12 @@ BUILDENV= ${ENV} TMPDIR="${TMPDIR}" .include -.if ${ARCH} == "i386" +.if ${ARCH} == "i386" || ${ARCH} == "powerpc" LPSOLVE_ARCH= ux32 .else LPSOLVE_ARCH= ux64 .endif -.if ${ARCH} == "powerpc" -BROKEN= Does not install on powerpc -.endif - post-patch: @${FIND} ${WRKSRC} -name "ccc" | ${XARGS} ${REINPLACE_CMD} -e \ "s|^c=.*$$|c='${CC}'|g ; \ -- cgit v1.1