summaryrefslogtreecommitdiff
path: root/net/rtsp_proxy
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-06-16 18:11:45 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-06-16 18:11:45 +0000
commit04001a7aa9d8636d9a59850e21055d75db2207e9 (patch)
tree3a9ac33b167f181f5e98a0713c741fa1b864e80e /net/rtsp_proxy
parentbug fix & version up (22.02 -> 22.05b). (diff)
Use -pthread not libc_r
Submitted by: jmg
Notes
Notes: svn path=/head/; revision=19511
Diffstat (limited to 'net/rtsp_proxy')
-rw-r--r--net/rtsp_proxy/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rtsp_proxy/files/patch-aa b/net/rtsp_proxy/files/patch-aa
index 6cc8020ee4dd..1d4c85c3e4a0 100644
--- a/net/rtsp_proxy/files/patch-aa
+++ b/net/rtsp_proxy/files/patch-aa
@@ -15,7 +15,7 @@
+
+freebsd: $(NAME)
+$(NAME): $(SRC) $(HDR)
-+ $(CC) $(CFLAGS) $(BSDFLAGS) $(SRC) -o $(NAME) -lc_r
++ $(CC) $(CFLAGS) $(BSDFLAGS) $(SRC) -o $(NAME) -pthread
sgi: $(NAME).sgi
$(NAME).sgi: $(SRC) $(HDR)