aboutsummaryrefslogtreecommitdiffstats
path: root/testing/freeswitch/freeswitch-1.0.3-parallel-build.patch
diff options
context:
space:
mode:
authorCarlo Lanmdeter <clandmeter@gmail>2009-03-05 14:48:30 +0000
committerCarlo Lanmdeter <clandmeter@gmail>2009-03-05 14:48:30 +0000
commitdf930dbd9fb00c1c381229a2c5ce68d82eaa53eb (patch)
treea90740e8ab2134ad00ecf6ae8b205ec9f7c4990f /testing/freeswitch/freeswitch-1.0.3-parallel-build.patch
parent87f8eb8ec3fad06f3d1ab02fc4aa36e4143c3baa (diff)
parent739bdededdec7f411de9223fe440fc8141afe80b (diff)
downloadaports-df930dbd9fb00c1c381229a2c5ce68d82eaa53eb.tar.bz2
aports-df930dbd9fb00c1c381229a2c5ce68d82eaa53eb.tar.xz
Merge commit 'ncopa/master'
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 0000000000..1e95243931
--- /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)" ; \