summaryrefslogtreecommitdiff
path: root/net/mcl/files/patch-alc-Makefile
blob: b38cb525c35fffba5746cf5b2977ea0386df107e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- 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 ######