aboutsummaryrefslogtreecommitdiff
path: root/comms/hf
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2007-04-19 18:20:27 +0000
committerDiane Bruce <db@FreeBSD.org>2007-04-19 18:20:27 +0000
commit501165aa19e06c38937b76fab340260c9b3a7626 (patch)
tree028822446595c7ccaad7d0732dd015e3900b8f12 /comms/hf
parent7aeef3e5194acb6b59e88472be78b4d7f2a7014f (diff)
downloadports-501165aa19e06c38937b76fab340260c9b3a7626.tar.gz
ports-501165aa19e06c38937b76fab340260c9b3a7626.zip
Notes
Diffstat (limited to 'comms/hf')
-rw-r--r--comms/hf/files/patch-hfkernel_Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/hf/files/patch-hfkernel_Makefile.in b/comms/hf/files/patch-hfkernel_Makefile.in
new file mode 100644
index 000000000000..218ac448ac04
--- /dev/null
+++ b/comms/hf/files/patch-hfkernel_Makefile.in
@@ -0,0 +1,10 @@
+--- hfkernel/Makefile.in.orig Sun Apr 15 18:33:50 2007
++++ hfkernel/Makefile.in Sun Apr 15 18:34:48 2007
+@@ -179,6 +179,7 @@
+ noinst_HEADERS = main.h msg.h
+ hfkernel_SOURCES = main.c msg.c
+ hfkernel_DEPENDANCIES = $(noinst_HEADERS) $(hfkernel_SOURCES) $(MYLIBS)
++THRLIBS= -lpthread
+ hfkernel_LDADD = $(MYLIBS) \
+ $(OSLIBS) $(SOCKLIBS) $(THRLIBS) $(SCHEDLIBS) $(ALSALIBS) -lstdc++
+