freebsd-ports/net/clusterit/files/patch-ab
Bill Fumerola 21603991bf 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>
1999-03-06 17:42:11 +00:00

12 lines
296 B
Plaintext

--- 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
#