diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2008-05-16 09:24:29 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2008-05-16 09:24:29 +0000 |
commit | 285e2c278ab94c27d91796679099a77878524cdf (patch) | |
tree | fdb5db734e5d21b486bc025816887cd269754368 /net/asterisk16/files/patch-main::Makefile | |
parent | Kradview is a GPLed viewer of images obtained for some different (diff) |
o Update to 1.4.19.2;
o move all additional functionality into separate patches and make it
opt in. It has been concern of asterisks devs that the FreeBSD pacakage
adds functionalty not present in the original version, whch could be
confusing.
Notes
Notes:
svn path=/head/; revision=213118
Diffstat (limited to 'net/asterisk16/files/patch-main::Makefile')
-rw-r--r-- | net/asterisk16/files/patch-main::Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/asterisk16/files/patch-main::Makefile b/net/asterisk16/files/patch-main::Makefile index 3d1365ea46fa..56624065f61f 100644 --- a/net/asterisk16/files/patch-main::Makefile +++ b/net/asterisk16/files/patch-main::Makefile @@ -1,8 +1,5 @@ - -$FreeBSD$ - ---- main/Makefile.orig -+++ main/Makefile +--- main/Makefile.orig 2008-01-29 19:43:41.000000000 +0200 ++++ main/Makefile 2008-03-13 13:57:48.000000000 +0200 @@ -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 |