From bf784a6ad6d1a42054c276bcb78fc046f99989a0 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Tue, 23 Jan 2007 05:56:09 +0000 Subject: [PATCH] Build fix for ports/spooles-mpich --- math/spooles/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/math/spooles/Makefile b/math/spooles/Makefile index 541c7de36833..646dc484a37b 100644 --- a/math/spooles/Makefile +++ b/math/spooles/Makefile @@ -67,9 +67,7 @@ post-patch: do-build: .if defined(WITH_MPI) - @(cd ${WRKSRC}/MPI; ${SETENV} ${MAKE_ENV} ${GMAKE} global -f makefile) - @(cd ${WRKSRC}/MPI/src; ${SETENV} ${MAKE_ENV} ${GMAKE} ) - @(cd ${WRKSRC}_SHARED/MPI/src; ${SETENV} ${MAKE_ENV} ${GMAKE} global -f makefile) + @(cd ${WRKSRC}/MPI/src ; ${SETENV} ${MAKE_ENV} ${GMAKE} -f makeGlobalLib) @(cd ${WRKSRC}_SHARED/MPI/src; ${SETENV} ${MAKE_ENV} ${GMAKE} -f makeGlobalLib) @(cd ${WRKSRC}_SHARED ; ld -Bshareable -o libspooles.so.1 -x -soname libspooles.so.1 --whole-archive spooles.a )