aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2009-09-18 17:48:48 +0800
committersobomax <sobomax@FreeBSD.org>2009-09-18 17:48:48 +0800
commitafafd989358707c807c6622236f4b688fa343361 (patch)
tree22149cbd93f9d2e5972baf32bd203680c02cb960 /net
parent6fefe0819e28b9efcd0b1ddcd8bf870b3609dd59 (diff)
downloadfreebsd-ports-gnome-afafd989358707c807c6622236f4b688fa343361.tar.gz
freebsd-ports-gnome-afafd989358707c807c6622236f4b688fa343361.tar.zst
freebsd-ports-gnome-afafd989358707c807c6622236f4b688fa343361.zip
Fix the build when there is no bash installed.
Feature safe: yes
Diffstat (limited to 'net')
-rw-r--r--net/asterisk/files/nocodecnego-patch-Makefile11
-rw-r--r--net/asterisk10/files/nocodecnego-patch-Makefile11
-rw-r--r--net/asterisk14/files/nocodecnego-patch-Makefile11
3 files changed, 24 insertions, 9 deletions
diff --git a/net/asterisk/files/nocodecnego-patch-Makefile b/net/asterisk/files/nocodecnego-patch-Makefile
index b0dd3acd4b9a..78a3b3b45d23 100644
--- a/net/asterisk/files/nocodecnego-patch-Makefile
+++ b/net/asterisk/files/nocodecnego-patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig 2008-11-29 08:58:29.000000000 -0800
-+++ Makefile 2009-02-05 17:05:39.000000000 -0800
+--- Makefile.orig 2009-06-11 15:20:31.000000000 -0700
++++ Makefile 2009-09-18 02:47:39.000000000 -0700
@@ -95,7 +95,7 @@
OVERWRITE=y
@@ -39,7 +39,12 @@
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/nocodecnego-patch-Makefile b/net/asterisk10/files/nocodecnego-patch-Makefile
index b0dd3acd4b9a..78a3b3b45d23 100644
--- a/net/asterisk10/files/nocodecnego-patch-Makefile
+++ b/net/asterisk10/files/nocodecnego-patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig 2008-11-29 08:58:29.000000000 -0800
-+++ Makefile 2009-02-05 17:05:39.000000000 -0800
+--- Makefile.orig 2009-06-11 15:20:31.000000000 -0700
++++ Makefile 2009-09-18 02:47:39.000000000 -0700
@@ -95,7 +95,7 @@
OVERWRITE=y
@@ -39,7 +39,12 @@
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/nocodecnego-patch-Makefile b/net/asterisk14/files/nocodecnego-patch-Makefile
index b0dd3acd4b9a..78a3b3b45d23 100644
--- a/net/asterisk14/files/nocodecnego-patch-Makefile
+++ b/net/asterisk14/files/nocodecnego-patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig 2008-11-29 08:58:29.000000000 -0800
-+++ Makefile 2009-02-05 17:05:39.000000000 -0800
+--- Makefile.orig 2009-06-11 15:20:31.000000000 -0700
++++ Makefile 2009-09-18 02:47:39.000000000 -0700
@@ -95,7 +95,7 @@
OVERWRITE=y
@@ -39,7 +39,12 @@
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.