summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-06-26 20:51:03 +0000
committerrm <rm@FreeBSD.org>2012-06-26 20:51:03 +0000
commit916023b1afa7dccf79edef614c8f5bf1bd1dca8e (patch)
treed46b1d0538f7f195b26b15df9306c1e6bdf9a05a
parenta0d2117e3fea6f88c91e9f321f2f0a18f2c93a63 (diff)
downloadFreeBSD-ports-916023b1afa7dccf79edef614c8f5bf1bd1dca8e.zip
FreeBSD-ports-916023b1afa7dccf79edef614c8f5bf1bd1dca8e.tar.gz
- fix installation on powerpc
PR: 169424 Submitted by: Matthieu Volat <mazhe at alkumuna dot eu> Approved by: Mayo Jordanov <mayo at oyam dot ca> (maintainer)
-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 194df11..39bb1ca 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 ; \
OpenPOWER on IntegriCloud