diff options
Diffstat (limited to 'net/asterisk14/files/patch-channels::Makefile')
| -rw-r--r-- | net/asterisk14/files/patch-channels::Makefile | 23 | 
1 files changed, 23 insertions, 0 deletions
diff --git a/net/asterisk14/files/patch-channels::Makefile b/net/asterisk14/files/patch-channels::Makefile new file mode 100644 index 000000000000..5c04f9ee8533 --- /dev/null +++ b/net/asterisk14/files/patch-channels::Makefile @@ -0,0 +1,23 @@ + +$FreeBSD$ + +--- channels/Makefile.orig	Tue Aug 19 19:42:30 2003 ++++ channels/Makefile	Fri Oct 17 12:39:34 2003 +@@ -95,7 +95,7 @@ + ifeq (${OSARCH},Linux) + 	$(CC) -shared -Xlinker -x -o $@ chan_iax2.o iax2-parser.o + else +-	$(CC) -shared -Xlinker -x -o $@ chan_iax2.o iax2-parser.o -lossaudio ++	$(CC) -shared -Xlinker -x -o $@ chan_iax2.o iax2-parser.o + endif +  + chan_zap.o: $(CHANZAP) +@@ -127,7 +127,7 @@ + #	$(CC) -rdynamic -shared -Xlinker -x -o $@ $< +  + install: all +-	for x in $(CHANNEL_LIBS); do $(INSTALL) -m 755 $$x $(MODULES_DIR) ; done ++	for x in $(CHANNEL_LIBS); do $(BSD_INSTALL_PROGRAM) $$x $(MODULES_DIR) ; done +  + depend: .depend +   | 
