diff options
author | sobomax <sobomax@FreeBSD.org> | 2009-09-11 23:56:39 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2009-09-11 23:56:39 +0800 |
commit | 5c8640ced4842c0c06501f2d9ef82d8d4cd4f958 (patch) | |
tree | f8280af2aa01de818bb7003923fcd99ab511e18b /net/asterisk16 | |
parent | e321d5d8917f7aa72672e861b5a1f032b4eb0172 (diff) | |
download | freebsd-ports-gnome-5c8640ced4842c0c06501f2d9ef82d8d4cd4f958.tar.gz freebsd-ports-gnome-5c8640ced4842c0c06501f2d9ef82d8d4cd4f958.tar.zst freebsd-ports-gnome-5c8640ced4842c0c06501f2d9ef82d8d4cd4f958.zip |
Fix build on system with no bash installed.
Diffstat (limited to 'net/asterisk16')
-rw-r--r-- | net/asterisk16/files/nocodecnego-patch-Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net/asterisk16/files/nocodecnego-patch-Makefile b/net/asterisk16/files/nocodecnego-patch-Makefile index 0ae29760d4e2..7039a3d2cd43 100644 --- a/net/asterisk16/files/nocodecnego-patch-Makefile +++ b/net/asterisk16/files/nocodecnego-patch-Makefile @@ -1,5 +1,5 @@ --- Makefile.orig 2009-08-04 07:54:00.000000000 -0700 -+++ Makefile 2009-09-09 17:10:46.000000000 -0700 ++++ Makefile 2009-09-10 15:10:11.000000000 -0700 @@ -111,7 +111,7 @@ OVERWRITE=y @@ -39,7 +39,12 @@ _ASTCFLAGS+=$(shell if test $(BSDVERSION) -lt 500016 ; then echo "-D_THREAD_SAFE"; fi) endif -@@ -458,21 +460,21 @@ +@@ -454,25 +456,25 @@ + rm -f build_tools/menuselect-deps + + datafiles: _all +- if [ x`$(ID) -un` = xroot ]; then CFLAGS="$(_ASTCFLAGS) $(ASTCFLAGS)" bash build_tools/mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi ++ #if [ x`$(ID) -un` = xroot ]; then CFLAGS="$(_ASTCFLAGS) $(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. |