summaryrefslogtreecommitdiff
path: root/net/asterisk12/files/patch-channels::h323::Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2010-11-30 03:47:34 +0000
committerMax Khon <fjoe@FreeBSD.org>2010-11-30 03:47:34 +0000
commit2ba4e0c4c5fbb6c7264f10a834bb73484c72372c (patch)
tree4cdd34a729022ec6eadd3f74d67b81eb5fccaf23 /net/asterisk12/files/patch-channels::h323::Makefile
parent- Update to 1.4.37 (diff)
asterisk 1.2 has been EOL'ed upstream on 21 Nov 2010.
Notes
Notes: svn path=/head/; revision=265427
Diffstat (limited to 'net/asterisk12/files/patch-channels::h323::Makefile')
-rw-r--r--net/asterisk12/files/patch-channels::h323::Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/asterisk12/files/patch-channels::h323::Makefile b/net/asterisk12/files/patch-channels::h323::Makefile
deleted file mode 100644
index 3081dd98cf36..000000000000
--- a/net/asterisk12/files/patch-channels::h323::Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- channels/h323/Makefile.orig Mon Apr 16 17:28:08 2007
-+++ channels/h323/Makefile Mon Apr 16 17:28:21 2007
-@@ -21,8 +21,7 @@
- OPENH323DIR=$(HOME)/openh323
- endif
-
--clean:
-- rm -f *.so *.o .depend
-+include $(OPENH323DIR)/openh323u.mak
-
- $(SOURCES):: $(SOURCES:.cxx=.cpp)
- ln -f $< $@
-@@ -31,7 +30,6 @@
- touch $(SOURCES)
-
- libchanh323.a: $(OBJS)
-- include $(OPENH323DIR)/openh323u.mak
- ar crv $@ $(OBJS)
-
- Makefile.ast: FORCE