aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang14/files/patch-erts-emulator-Makefile.in
blob: 20d61548c764bec09af88fb4409aee771a4afb3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

$FreeBSD$

--- erts/emulator/Makefile.in.orig
+++ erts/emulator/Makefile.in
@@ -265,7 +265,9 @@
 endif
 WITH_SCTP=@WITH_SCTP@
 ifdef WITH_SCTP
+ifneq ($(findstring freebsd,$(TARGET)),freebsd)
 LIBS += -lsctp
+endif
 endif
 
 ORG_THR_LIBS=@EMU_THR_LIBS@