diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2009-10-20 21:52:14 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2009-10-20 21:52:14 +0000 |
commit | 57c82b0734e95f92bfdb9133628cefac903d2826 (patch) | |
tree | bb7e21dc665c7a998015ec34d149af0fc05a88ef /net/asterisk10/files | |
parent | b73e9ae2b5c26142363d0e3463d91c8410a8c702 (diff) | |
download | ports-57c82b0734e95f92bfdb9133628cefac903d2826.tar.gz ports-57c82b0734e95f92bfdb9133628cefac903d2826.zip |
Notes
Diffstat (limited to 'net/asterisk10/files')
-rw-r--r-- | net/asterisk10/files/codecnego-patch-Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/net/asterisk10/files/codecnego-patch-Makefile b/net/asterisk10/files/codecnego-patch-Makefile index 735be6280fc9..e19ba9db1f69 100644 --- a/net/asterisk10/files/codecnego-patch-Makefile +++ b/net/asterisk10/files/codecnego-patch-Makefile @@ -1,8 +1,5 @@ - -$FreeBSD$ - ---- Makefile.orig -+++ Makefile +--- Makefile.orig 2009-10-20 14:49:16.000000000 -0700 ++++ Makefile 2009-10-20 14:49:55.000000000 -0700 @@ -95,7 +95,7 @@ OVERWRITE=y @@ -42,7 +39,12 @@ $FreeBSD$ ASTCFLAGS+=$(shell if test $(BSDVERSION) -lt 500016 ; then echo "-D_THREAD_SAFE"; fi) AST_LIBS+=$(shell if test $(BSDVERSION) -lt 502102 ; then echo "-lc_r"; else echo "-pthread"; fi) endif -@@ -408,15 +410,15 @@ +@@ -404,19 +406,19 @@ + rm -f build_tools/menuselect-deps + + datafiles: _all +- if [ x`$(ID) -un` = xroot ]; then CFLAGS="$(ASTCFLAGS)" bash build_tools/mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi ++ #if [ x`$(ID) -un` = xroot ]; then CFLAGS="$(ASTCFLAGS)" bash build_tools/mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi # Should static HTTP be installed during make samples or even with its own target ala # webvoicemail? There are portions here that *could* be customized but might also be # improved a lot. I'll put it here for now. |