aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2009-10-20 21:52:14 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2009-10-20 21:52:14 +0000
commit57c82b0734e95f92bfdb9133628cefac903d2826 (patch)
treebb7e21dc665c7a998015ec34d149af0fc05a88ef /net/asterisk
parentb73e9ae2b5c26142363d0e3463d91c8410a8c702 (diff)
downloadports-57c82b0734e95f92bfdb9133628cefac903d2826.tar.gz
ports-57c82b0734e95f92bfdb9133628cefac903d2826.zip
Notes
Diffstat (limited to 'net/asterisk')
-rw-r--r--net/asterisk/files/codecnego-patch-Makefile14
1 files changed, 8 insertions, 6 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.