diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-09-17 08:44:00 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-09-17 08:44:00 +0000 |
commit | 0bb510575f30d076aafb9dd167af56ed0790094c (patch) | |
tree | 1fe53b95837933f4a124362078af6ef4e6fb51f5 /net/mpich2 | |
parent | The tarball has been rerolled with many post 3.3 release fixes, (diff) |
Fix build on amd64: work-around against a make strange behaviour
=> use gmake.
Reported by: Andrzej Tobola <ato (at) iem.pw.edu.pl>,
Jaroslaw Gruca <grucaj (at) amper.iem.pw.edu.pl>
Diffstat (limited to 'net/mpich2')
-rw-r--r-- | net/mpich2/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index 14ec5b71dea9..04252bb52b4f 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -194,6 +194,11 @@ X11BASE2FIX= src/mpe2/src/graphics/configure WITHOUT_JAVA= yo # No package for Java ATM .endif +.if ${ARCH} == "amd64" +# gmake should not be required, this is a work-around +USE_GMAKE= yes +.endif + PREFIX:= ${PREFIX}/${PORTNAME} pre-configure: |