From 0bb510575f30d076aafb9dd167af56ed0790094c Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sun, 17 Sep 2006 08:44:00 +0000 Subject: [PATCH] Fix build on amd64: work-around against a make strange behaviour => use gmake. Reported by: Andrzej Tobola , Jaroslaw Gruca --- net/mpich2/Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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: