diff options
author | sobomax <sobomax@FreeBSD.org> | 2009-10-21 05:52:14 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2009-10-21 05:52:14 +0800 |
commit | 82873dfae38cd8032ecc82526c79841a0b125011 (patch) | |
tree | 6d395e22b0483a8b5fcbff28006ecc16fa9eb1dc /net | |
parent | 26c39b85786366e88b262fe22163ae052f977e59 (diff) | |
download | freebsd-ports-gnome-82873dfae38cd8032ecc82526c79841a0b125011.tar.gz freebsd-ports-gnome-82873dfae38cd8032ecc82526c79841a0b125011.tar.zst freebsd-ports-gnome-82873dfae38cd8032ecc82526c79841a0b125011.zip |
Make sure the port builds without bash installed when codec negitiation
patch is enabled.
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk/files/codecnego-patch-Makefile | 14 | ||||
-rw-r--r-- | net/asterisk10/files/codecnego-patch-Makefile | 14 | ||||
-rw-r--r-- | net/asterisk14/files/codecnego-patch-Makefile | 14 |
3 files changed, 24 insertions, 18 deletions
diff --git a/net/asterisk/files/codecnego-patch-Makefile b/net/asterisk/files/codecnego-patch-Makefile index 735be6280fc9..e19ba9db1f69 100644 --- a/net/asterisk/files/codecnego-patch-Makefile +++ b/net/asterisk/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. 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. diff --git a/net/asterisk14/files/codecnego-patch-Makefile b/net/asterisk14/files/codecnego-patch-Makefile index 735be6280fc9..e19ba9db1f69 100644 --- a/net/asterisk14/files/codecnego-patch-Makefile +++ b/net/asterisk14/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. |