summaryrefslogtreecommitdiff
path: root/net/clusterit/files/patch-ab
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-03-06 17:42:11 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-03-06 17:42:11 +0000
commit21603991bf308b0324f54c6b582fcbb5489d8080 (patch)
tree3679a8a375fdc1999e475df9e95c0b0f6e8b39e4 /net/clusterit/files/patch-ab
parentActivate 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>
Notes
Notes: svn path=/head/; revision=17019
Diffstat (limited to 'net/clusterit/files/patch-ab')
-rw-r--r--net/clusterit/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/clusterit/files/patch-ab b/net/clusterit/files/patch-ab
new file mode 100644
index 000000000000..e7601e44a9ef
--- /dev/null
+++ b/net/clusterit/files/patch-ab
@@ -0,0 +1,11 @@
+--- barrier/Makefile.orig Mon Dec 14 20:51:56 1998
++++ barrier/Makefile Thu Feb 4 16:36:04 1999
+@@ -4,7 +4,7 @@
+ # Some options need to be uncommented for Solaris
+
+ #CC= /usr/local/bin/gcc
+-CFLAGS?= -Wall -O2
++CFLAGS?= ${CFLAGS} -Wall -O2
+ PROGS= barrierd barrier
+ #LIBS= -lsocket -lnsl
+ #