diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-08-24 00:58:24 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-08-24 00:58:24 +0000 |
commit | 560082730a0155b4d535e1caaee2a58a5fe255f5 (patch) | |
tree | dc3e1960b3ecc0354dc1ff023afdf6018ca385ec /net/asterisk16 | |
parent | 9a821720feef68b262d80838591306ac85a7bff0 (diff) | |
download | ports-560082730a0155b4d535e1caaee2a58a5fe255f5.tar.gz ports-560082730a0155b4d535e1caaee2a58a5fe255f5.zip |
Notes
Diffstat (limited to 'net/asterisk16')
-rw-r--r-- | net/asterisk16/Makefile | 2 | ||||
-rw-r--r-- | net/asterisk16/files/patch-Makefile | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile index 9a8f636d9677..a5c0982ab70a 100644 --- a/net/asterisk16/Makefile +++ b/net/asterisk16/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.2.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ diff --git a/net/asterisk16/files/patch-Makefile b/net/asterisk16/files/patch-Makefile index 879d944fd9e4..6b482dfc0268 100644 --- a/net/asterisk16/files/patch-Makefile +++ b/net/asterisk16/files/patch-Makefile @@ -1,5 +1,8 @@ ---- Makefile.orig Wed Jun 14 11:59:17 2006 -+++ Makefile Wed Jun 14 13:54:57 2006 + +$FreeBSD$ + +--- Makefile.orig ++++ Makefile @@ -19,8 +19,8 @@ # CROSS_COMPILE=/opt/montavista/pro/devkit/arm/xscale_be/bin/xscale_be- # CROSS_COMPILE_BIN=/opt/montavista/pro/devkit/arm/xscale_be/bin/ @@ -71,7 +74,7 @@ INCLUDE+=-Iinclude -I../include -ASTCFLAGS+=-pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG) $(INCLUDE) -D_REENTRANT -D_GNU_SOURCE #-DMAKE_VALGRIND_HAPPY -ASTCFLAGS+=$(OPTIMIZE) -+ASTCFLAGS+=-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG) $(INCLUDE) -D_REENTRANT -D_GNU_SOURCE #-DMAKE_VALGRIND_HAPPY ++ASTCFLAGS+=-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG) $(INCLUDE) -D_REENTRANT -D_GNU_SOURCE -DMAKE_VALGRIND_HAPPY +#ASTCFLAGS+=$(OPTIMIZE) ASTOBJ=-o asterisk |