diff options
author | rm <rm@FreeBSD.org> | 2012-06-27 04:51:03 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-06-27 04:51:03 +0800 |
commit | 916023b1afa7dccf79edef614c8f5bf1bd1dca8e (patch) | |
tree | d46b1d0538f7f195b26b15df9306c1e6bdf9a05a /math/lp_solve | |
parent | a0d2117e3fea6f88c91e9f321f2f0a18f2c93a63 (diff) | |
download | freebsd-ports-gnome-916023b1afa7dccf79edef614c8f5bf1bd1dca8e.tar.gz freebsd-ports-gnome-916023b1afa7dccf79edef614c8f5bf1bd1dca8e.tar.zst freebsd-ports-gnome-916023b1afa7dccf79edef614c8f5bf1bd1dca8e.zip |
- 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)
Diffstat (limited to 'math/lp_solve')
-rw-r--r-- | math/lp_solve/Makefile | 6 |
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 ; \ |