aboutsummaryrefslogtreecommitdiff
path: root/math/lp_solve
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-06-26 20:51:03 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-06-26 20:51:03 +0000
commit0ae1b739cd5ce67e6809e48cb25fd62dcfd83233 (patch)
tree267b68aaf339ce2f60b88fc3e2f03ceeed0db606 /math/lp_solve
parent962ff1a6407ac2abc1ecd1b765f534085becbe7d (diff)
Notes
Diffstat (limited to 'math/lp_solve')
-rw-r--r--math/lp_solve/Makefile6
1 files changed, 1 insertions, 5 deletions
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 <bsd.port.pre.mk>
-.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 ; \