1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/mbone/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

17 lines
376 B
Plaintext

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