diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2009-11-20 23:43:09 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2009-11-20 23:43:09 +0000 |
commit | 2bfb3ea41fa3ed2b8ed4f200f62c19cad6d315c9 (patch) | |
tree | 18de66688ff51fcadf4432378e65093fc93409df /net/asterisk16/files/patch-main::Makefile | |
parent | - Mark MAKE_JOBS_UNSAFE (diff) |
o Update to 1.6.0.18.
o comment section that explicitly includes bsd.port.options.mk, we don't
need this functionality now, while it creates issues with Makefile.local
PR: 135332
Reported by: Piotr Grabowski
o add libexecinfo into the LIB_DEPENDS and fix linking with it.
PR: 139776
Submitted by: Alexander V. Chernikov
o add spandsp support (optional, turned off by default).
PR: 133843
Submitted by: Alexander V. Chernikov
Notes
Notes:
svn path=/head/; revision=244568
Diffstat (limited to 'net/asterisk16/files/patch-main::Makefile')
-rw-r--r-- | net/asterisk16/files/patch-main::Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/net/asterisk16/files/patch-main::Makefile b/net/asterisk16/files/patch-main::Makefile index 34f320468cbc..836cee89062d 100644 --- a/net/asterisk16/files/patch-main::Makefile +++ b/net/asterisk16/files/patch-main::Makefile @@ -14,7 +14,7 @@ $FreeBSD$ ast_expr2.c ast_expr2.h: bison -o $@ -d --name-prefix=ast_yy ast_expr2.y -@@ -159,7 +159,7 @@ +@@ -159,13 +159,13 @@ GMIMELDFLAGS+=$(GMIME_LIB) endif @@ -23,3 +23,11 @@ $FreeBSD$ @$(CC) -c -o buildinfo.o $(_ASTCFLAGS) buildinfo.c $(ASTCFLAGS) $(ECHO_PREFIX) echo " [LD] $^ -> $@" ifneq ($(findstring chan_h323,$(MENUSELECT_CHANNELS)),) +- $(CMD_PREFIX) $(CC) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(ASTLDFLAGS) $^ buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(GMIMELDFLAGS) ++ $(CMD_PREFIX) $(CC) $(STATIC_BUILD) -o $@ $(ASTLINK) $(LDFLAGS) $(AST_EMBED_LDFLAGS) $(ASTLDFLAGS) $^ buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(GMIMELDFLAGS) + else +- $(CMD_PREFIX) $(CXX) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(ASTLDFLAGS) $(H323LDFLAGS) $^ buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(H323LDLIBS) $(GMIMELDFLAGS) ++ $(CMD_PREFIX) $(CXX) $(STATIC_BUILD) -o $@ $(ASTLINK) $(LDFLAGS) $(AST_EMBED_LDFLAGS) $(ASTLDFLAGS) $(H323LDFLAGS) $^ buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(H323LDLIBS) $(GMIMELDFLAGS) + endif + $(CMD_PREFIX) $(ASTTOPDIR)/build_tools/strip_nonapi $@ || rm $@ + |