diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-06-16 18:11:45 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-06-16 18:11:45 +0000 |
commit | 04001a7aa9d8636d9a59850e21055d75db2207e9 (patch) | |
tree | 3a9ac33b167f181f5e98a0713c741fa1b864e80e | |
parent | 091de3c35f7ebfbe9d10de18f32238bfd4bffdb4 (diff) | |
download | freebsd-ports-04001a7aa9d8636d9a59850e21055d75db2207e9.zip |
Use -pthread not libc_r
Submitted by: jmg
-rw-r--r-- | net/rtsp_proxy/files/patch-aa | 2 |
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) |