diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-04 16:23:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-04 16:23:34 +0000 |
commit | a7b262b5a09de4504aeb1129770a3e02cf17c9fa (patch) | |
tree | 8f7aeebfccc8ab69db79db98526a63dbd9d997f4 /benchmarks | |
parent | 3b7ddb958c1fb3e9a38416ed37158ed46928fdd8 (diff) | |
download | freebsd-ports-a7b262b5a09de4504aeb1129770a3e02cf17c9fa.zip |
- Fix build problem
Submitted by: pointyhat via kris
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/imb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/imb/Makefile b/benchmarks/imb/Makefile index f4a20d8225e3..f3015fd508db 100644 --- a/benchmarks/imb/Makefile +++ b/benchmarks/imb/Makefile @@ -19,6 +19,7 @@ COMMENT= Intel MPI Benchmark WRKSRC= ${WRKDIR}/IMB_3.0/src/ USE_GMAKE= yes +USE_DOS2UNIX= yes MAKEFILE= make_mpich ALL_TARGET= all # Intel hardcodes -O3 in make_mpich. Replacing it with system defaults |