diff options
author | maho <maho@FreeBSD.org> | 2007-01-23 13:56:09 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-23 13:56:09 +0800 |
commit | 3417197243a08cf3cabee091f89198fb6ced827a (patch) | |
tree | 80de993143dd1412d42a11cc1cab9f4cb01071b1 /math | |
parent | 8237281e15391a019219498990e5835db8f6ef7c (diff) | |
download | freebsd-ports-gnome-3417197243a08cf3cabee091f89198fb6ced827a.tar.gz freebsd-ports-gnome-3417197243a08cf3cabee091f89198fb6ced827a.tar.zst freebsd-ports-gnome-3417197243a08cf3cabee091f89198fb6ced827a.zip |
Build fix for ports/spooles-mpich
Diffstat (limited to 'math')
-rw-r--r-- | math/spooles/Makefile | 4 |
1 files changed, 1 insertions, 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 ) |