mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
7ab4a1fe58
implementation of the ALC and NORM Reliable Multicast Protocols. PR: 58728 Submitted by: past@noc.ntua.gr
17 lines
376 B
Plaintext
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 ######
|
|
|