diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-09-01 17:21:46 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-09-01 17:21:46 +0000 |
commit | 35f49b60d6c82b8d88880c2ed38c30c572c20db7 (patch) | |
tree | 347e6aad6b2483144de2874d826e95162c096a8b /benchmarks/mdtest/files/patch-Makefile | |
parent | Correct run-time dependencies and make it slightly less broken (although (diff) |
- Update to 1.8.3
PR: ports/160082
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'benchmarks/mdtest/files/patch-Makefile')
-rw-r--r-- | benchmarks/mdtest/files/patch-Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/benchmarks/mdtest/files/patch-Makefile b/benchmarks/mdtest/files/patch-Makefile deleted file mode 100644 index 0609ddecb018..000000000000 --- a/benchmarks/mdtest/files/patch-Makefile +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.orig Sun Apr 29 16:35:18 2007 -+++ Makefile Sun Apr 29 16:42:07 2007 -@@ -21,6 +21,7 @@ - - CC.AIX = mpcc_r -bmaxdata:0x80000000 - CC.Linux = mpicc -Wall -+CC.FreeBSD = %%MPICC%% -Wall - - # Requires GNU Make - OS=$(shell uname) |