diff options
Diffstat (limited to 'net/mcl/files/patch-alc-Makefile')
-rw-r--r-- | net/mcl/files/patch-alc-Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/mcl/files/patch-alc-Makefile b/net/mcl/files/patch-alc-Makefile new file mode 100644 index 000000000000..b38cb525c35f --- /dev/null +++ b/net/mcl/files/patch-alc-Makefile @@ -0,0 +1,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 ###### + |