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-robcast-Makefile | |
parent | Fix packaging when OSPFAPI is requested. This installs additional headers, (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-robcast-Makefile')
-rw-r--r-- | net/mcl/files/patch-robcast-Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/mcl/files/patch-robcast-Makefile b/net/mcl/files/patch-robcast-Makefile new file mode 100644 index 000000000000..f6f4a21f0e42 --- /dev/null +++ b/net/mcl/files/patch-robcast-Makefile @@ -0,0 +1,19 @@ +--- robcast/Makefile.orig Wed Oct 15 18:03:36 2003 ++++ robcast/Makefile Wed Oct 15 17:33:36 2003 +@@ -29,6 +29,16 @@ + LIBRARIES = -lc -lm -lsocket -lnsl -L/usr/ucblib -lucb -lposix4 -lpthread ${BINDIR}/libmclalc.a ${LDPC_BINDIR}/libldpc.a + endif + ++ifeq (${OS},freebsd) ++ # FreeBSD version ++ # MCL library requires -pthread ++ # ++ BINDIR = ../bin/freebsd ++ LDPC_BINDIR = ../../ldpc/bin/freebsd ++ LIBRARIES = -lm -pthread ${BINDIR}/libmclalc.a ++ #LIBRARIES = -lm -pthread ${BINDIR}/libmclalc.a ${LDPC_BINDIR}/libldpc.a ++endif ++ + + ###### Other variables ###### + |