summaryrefslogtreecommitdiff
path: root/net/rtsp_proxy/files/patch-aa
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2002-10-05 15:59:40 +0000
committerAnders Nordby <anders@FreeBSD.org>2002-10-05 15:59:40 +0000
commit76ce7acbdcb32d52e0d4a9f34799d47e039732be (patch)
tree98f2d3929094afbf44b43adc30871c7cbd8d5086 /net/rtsp_proxy/files/patch-aa
parentRemove this obsolete, unfetchable port. (diff)
Remove this obsolete, unfetchable port.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=67325
Diffstat (limited to 'net/rtsp_proxy/files/patch-aa')
-rw-r--r--net/rtsp_proxy/files/patch-aa21
1 files changed, 0 insertions, 21 deletions
diff --git a/net/rtsp_proxy/files/patch-aa b/net/rtsp_proxy/files/patch-aa
deleted file mode 100644
index 1d4c85c3e4a0..000000000000
--- a/net/rtsp_proxy/files/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile Wed Apr 21 15:45:50 1999
-+++ Makefile Tue Jun 8 01:54:44 1999
-@@ -1,6 +1,7 @@
- NAME=rtsp_proxy
- OPT=-g
- FLAGS=$(OPT) -Dunix -I..
-+BSDFLAGS=-DUSE_THREAD=1 -I..
- SGIFLAGS=-signed -Xcpluscomm -DUSE_THREAD=1
- SUNFLAGS=-xCC -DUSE_THREAD=1
- LINUXFLAGS=-DUSE_THREAD=0
-@@ -22,6 +23,10 @@
- $(MAINDIR)util.h \
- $(MAINDIR)shared_udp.h \
- $(MAINDIR)getopt.h
-+
-+freebsd: $(NAME)
-+$(NAME): $(SRC) $(HDR)
-+ $(CC) $(CFLAGS) $(BSDFLAGS) $(SRC) -o $(NAME) -pthread
-
- sgi: $(NAME).sgi
- $(NAME).sgi: $(SRC) $(HDR)