1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Attempt to fix build on powerpc.

This commit is contained in:
Mark Linimon 2010-04-01 04:45:11 +00:00
parent 0d7222619f
commit b8096ed6f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251918

View File

@ -385,7 +385,7 @@ pre-configure:
s|use warnings;||' ${WRKSRC}/tools/mpiexec/mpiexec
post-install:
.if ${ARCH} != "i386"
.if ${ARCH} != "i386" && ${ARCH} != "powerpc"
${RMDIR} ${PREFIX}/lib/lam
.endif