1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/comms/hf/files/patch-hfkernel_Makefile.in
Diane Bruce 501165aa19 - Inadvertantly removed one too many patches
Notified by:	kris
Approved by:	ehaupt (mentor)
2007-04-19 18:20:27 +00:00

11 lines
384 B
Plaintext

--- 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++