diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-03-06 17:42:11 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-03-06 17:42:11 +0000 |
commit | 21603991bf308b0324f54c6b582fcbb5489d8080 (patch) | |
tree | 3679a8a375fdc1999e475df9e95c0b0f6e8b39e4 /net/clusterit/files/patch-aa | |
parent | Activate bbjd, tool to screw over your local casino and develop strategy. (diff) |
This is a collection of clustering tools to turn your ordinary everyday pile
of UNIX workstations into a speedy parallel beast. This facilitates managing
a set of program executing in parallel with a very flexible authentication
scheme.
http://www.inficad.com/~garbled/clusterit.html
PR: ports/9907
Submitted By: Dima Sivachenko <dima@Chg.RU>
Diffstat (limited to 'net/clusterit/files/patch-aa')
-rw-r--r-- | net/clusterit/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/clusterit/files/patch-aa b/net/clusterit/files/patch-aa new file mode 100644 index 000000000000..5f291bb130a3 --- /dev/null +++ b/net/clusterit/files/patch-aa @@ -0,0 +1,13 @@ +--- Makefile.orig Mon Dec 14 20:51:56 1998 ++++ Makefile Thu Feb 4 16:37:34 1999 +@@ -3,8 +3,8 @@ + + OPSYS!= uname + #CC= /usr/local/bin/gcc +-CFLAGS= -O2 -Wall +-PREFIX?= /usr/local ++CFLAGS?= ${CFLAGS} -O2 -Wall ++#PREFIX?= /usr/local + + SUBDIR= dsh pcp barrier + |