diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2003-11-14 16:33:33 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2003-11-14 16:33:33 +0000 |
commit | 7ab4a1fe58139bc586065444a529c554479c2574 (patch) | |
tree | dda92305527359c66a3e9895a576058f950793bf /net/mcl/files/patch-check-alc-Makefile | |
parent | 461abecb09279f2fe663a57dd63224bfd8cc084b (diff) |
Add mcl 2.99,
implementation of the ALC and NORM Reliable Multicast
Protocols.
PR: 58728
Submitted by: past@noc.ntua.gr
Notes
Notes:
svn path=/head/; revision=93959
Diffstat (limited to 'net/mcl/files/patch-check-alc-Makefile')
-rw-r--r-- | net/mcl/files/patch-check-alc-Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/mcl/files/patch-check-alc-Makefile b/net/mcl/files/patch-check-alc-Makefile new file mode 100644 index 000000000000..65fa32515984 --- /dev/null +++ b/net/mcl/files/patch-check-alc-Makefile @@ -0,0 +1,21 @@ +--- check/alc/Makefile.orig Wed Oct 15 18:02:27 2003 ++++ check/alc/Makefile Wed Oct 15 17:24:04 2003 +@@ -35,6 +35,18 @@ + LIBRARIES = -lc -lm -lsocket -lnsl -L/usr/ucblib -lucb -lposix4 -mt -lpthread ${BINDIR}/libmclalc.a ${LDPC_BINDIR}/libldpc.a + endif + ++ifeq (${OS},freebsd) ++ # Linux version ++ # ++ BINDIR = ../../bin/freebsd ++ LDPC_BINDIR = ../../../ldpc/bin/freebsd ++ # Edit the following two lines as appropriate, according to the FEC ++ # codec in use: if LDPC is used, then add the libbdpc.a library. ++ # ++ LIBRARIES = -lm -pthread ${BINDIR}/libmclalc.a ++ #LIBRARIES = -lm -pthread ${BINDIR}/libmclalc.a ${LDPC_BINDIR}/libldpc.a ++endif ++ + + ###### Other variables ###### + |