summaryrefslogtreecommitdiffstats
path: root/testing/freeswitch/freeswitch-1.0.3-parallel-build.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-03-04 13:58:05 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-03-04 13:58:05 +0000
commit662c94f671b56ea9d1c5f5737fc14298e7ebfd34 (patch)
treedfd962728c39963703a6d6b58b1e0b4271590f7f /testing/freeswitch/freeswitch-1.0.3-parallel-build.patch
parented2e4608cd1268227e12cf66e9a6067e9390eed7 (diff)
downloadaports-662c94f671b56ea9d1c5f5737fc14298e7ebfd34.tar.bz2
aports-662c94f671b56ea9d1c5f5737fc14298e7ebfd34.tar.xz
testing/freeswitch: new aport
A communications platform written in C from the ground up http://www.freeswitch.org TODO: - make init.d scripts - check where logs etc goes. There are some dirs in /usr that probably should not be there. - test if it works - dahdi plugin? - download sounds. There are a make target for sounds but I'd prefer we add add the sounds url in sources. Might be we want those in a separate package. - Figure out how to use system libraries, pcre, speex, sqlite3, apr, apr-util and more rather than the version freeswitch ships. This should be a configure option probably. i.e --with-shared-pcre or similar
Diffstat (limited to 'testing/freeswitch/freeswitch-1.0.3-parallel-build.patch')
-rw-r--r--testing/freeswitch/freeswitch-1.0.3-parallel-build.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/freeswitch/freeswitch-1.0.3-parallel-build.patch b/testing/freeswitch/freeswitch-1.0.3-parallel-build.patch
new file mode 100644
index 00000000..1e952439
--- /dev/null
+++ b/testing/freeswitch/freeswitch-1.0.3-parallel-build.patch
@@ -0,0 +1,11 @@
+--- freeswitch-1.0.3/build/modmake.rules.in.orig 2009-03-04 12:58:46.000000000 +0000
++++ freeswitch-1.0.3/build/modmake.rules.in 2009-03-04 12:59:10.000000000 +0000
+@@ -57,7 +57,7 @@
+ RECURSE_OUR_DEPS=`test -z "$(WANT_CURL)" || if test ! -z "$(LIBCURL_DEPS)"; then echo $(CURLLA); fi `
+ RECURSE_OUR_CFLAGS=`test -z "$(WANT_CURL)" || echo $(LIBCURL_CPPFLAGS) ; $(LOCAL_INSERT_CFLAGS) `
+ RECURSE_OUR_LDFLAGS=`test -z "$(WANT_CURL)" || echo $(LIBCURL) ; $(LOCAL_INSERT_LDFLAGS) `
+-RECURSE_MAKE=modname="$(RECURSE_MODNAME)" ; \
++RECURSE_MAKE=+modname="$(RECURSE_MODNAME)" ; \
+ sourcefile="$(RECURSE_SOURCEFILE)" ; \
+ osarch=`uname -s` ; \
+ ourdefs="$(RECURSE_OUR_DEPS)" ; \