diff options
Diffstat (limited to 'net/asterisk12/files/patch-channels::h323::Makefile')
-rw-r--r-- | net/asterisk12/files/patch-channels::h323::Makefile | 20 |
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 |