From 0ae1b739cd5ce67e6809e48cb25fd62dcfd83233 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov 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(-) (limited to 'math/lp_solve') diff --git a/math/lp_solve/Makefile b/math/lp_solve/Makefile index 194df11beeea..39bb1ca44a25 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.2.3