diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2008-03-13 22:22:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2008-03-13 22:22:46 +0000 |
commit | 7bd5bbe9e025a78a4f57217897724f0815edffeb (patch) | |
tree | 3cf521cf2b14762d16b33e42501560cf0c4e2084 /net/asterisk10/files | |
parent | 74a65b98196bd2b9a00c44630e8357ec0e91a288 (diff) | |
download | ports-7bd5bbe9e025a78a4f57217897724f0815edffeb.tar.gz ports-7bd5bbe9e025a78a4f57217897724f0815edffeb.zip |
Notes
Diffstat (limited to 'net/asterisk10/files')
-rw-r--r-- | net/asterisk10/files/patch-main::Makefile | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/net/asterisk10/files/patch-main::Makefile b/net/asterisk10/files/patch-main::Makefile index 381c08339a95..3d1365ea46fa 100644 --- a/net/asterisk10/files/patch-main::Makefile +++ b/net/asterisk10/files/patch-main::Makefile @@ -1,17 +1,20 @@ ---- main/Makefile.orig Wed Mar 28 11:08:42 2007 -+++ main/Makefile Wed Mar 28 11:09:20 2007 -@@ -98,8 +98,8 @@ editline/libedit.a: - cd editline && test -f config.h || CFLAGS="$(PTHREAD_CFLAGS) $(ASTCFLAGS:-Werror=)" LDFLAGS="$(ASTLDFLAGS)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --with-ncurses=$(NCURSES_DIR) --with-curses=$(CURSES_DIR) --with-termcap=$(TERMCAP_DIR) --with-tinfo=$(TINFO_DIR) + +$FreeBSD$ + +--- main/Makefile.orig ++++ main/Makefile +@@ -102,8 +102,8 @@ + cd editline && test -f config.h || CFLAGS="$(PTHREAD_CFLAGS) $(subst $(ASTTOPDIR),../../,$(ASTCFLAGS:-Werror=))" LDFLAGS="$(ASTLDFLAGS)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --with-ncurses=$(NCURSES_DIR) --with-curses=$(CURSES_DIR) --with-termcap=$(TERMCAP_DIR) --with-tinfo=$(TINFO_DIR) $(MAKE) -C editline libedit.a -db1-ast/libdb1.a: -- CFLAGS="$(ASTCFLAGS)" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a +- CFLAGS="$(subst $(ASTTOPDIR),../../,$(ASTCFLAGS))" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a +#db1-ast/libdb1.a: -+# CFLAGS="$(ASTCFLAGS)" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a ++# CFLAGS="$(subst $(ASTTOPDIR),../../,$(ASTCFLAGS))" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a ast_expr2.c ast_expr2.h: bison -o $@ -d --name-prefix=ast_yy ast_expr2.y -@@ -127,7 +127,7 @@ else +@@ -133,7 +133,7 @@ H323LDLIBS= endif |