From 21603991bf308b0324f54c6b582fcbb5489d8080 Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Sat, 6 Mar 1999 17:42:11 +0000 Subject: 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 --- net/clusterit/files/patch-ad | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/clusterit/files/patch-ad (limited to 'net/clusterit/files/patch-ad') diff --git a/net/clusterit/files/patch-ad b/net/clusterit/files/patch-ad new file mode 100644 index 000000000000..756204b71d4d --- /dev/null +++ b/net/clusterit/files/patch-ad @@ -0,0 +1,11 @@ +--- dsh/Makefile.orig Mon Dec 14 20:51:53 1998 ++++ dsh/Makefile Thu Feb 4 16:36:19 1999 +@@ -4,7 +4,7 @@ + # Some of the below needs to be uncommented for Solaris to work. + + #CC= /usr/local/bin/gcc +-CFLAGS= -Wall -O2 #-DDEBUG -g ++CFLAGS?= ${CFLAGS} -Wall -O2 #-DDEBUG -g + PROGS= dsh seq run + + OBJS= dsh.o seq.o run.o -- cgit v1.2.3