freebsd-ports/net/mcl/files/patch-alc-Makefile
Bruce M Simpson 7ab4a1fe58 Add mcl 2.99,
implementation of the ALC and NORM Reliable Multicast
Protocols.

PR:		58728
Submitted by:	past@noc.ntua.gr
2003-11-14 16:33:33 +00:00

16 lines
376 B
Text

--- src/alc/Makefile.orig Tue Jul 22 19:42:18 2003
+++ src/alc/Makefile Wed Oct 15 17:21:25 2003
@@ -36,6 +36,13 @@
LIBRARIES = -lc -lm -lsocket -lnsl -L/usr/ucblib -lucb -lpthread
endif
+ifeq (${OS},freebsd)
+ # FreeBSD version
+ BINDIR = ../../bin/freebsd
+ LDPC_BINDIR = ../../../ldpc/bin/freebsd
+ LIBRARIES = -lm -pthread
+endif
+
###### Other Variables ######