aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-plugins-good
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2014-07-26 07:23:15 +0000
committerThomas Zander <riggs@FreeBSD.org>2014-07-26 07:23:15 +0000
commitd2a12805c53878cdf6ae71b5ec2220c92b38c7b0 (patch)
treeb267ac1648ed0041e673e886a00456affdf7c112 /multimedia/gstreamer1-plugins-good
parent75abb41575fef6115b91f4858741afed21c8f65b (diff)
downloadports-d2a12805c53878cdf6ae71b5ec2220c92b38c7b0.tar.gz
ports-d2a12805c53878cdf6ae71b5ec2220c92b38c7b0.zip
- Make gstreamer{,1}-plugins-{good,bad,ugly} respect MAKE_JOBS during build
PR: 189096 Submitted by: jiashiun@gmail.com Approved by: mentors (implicit)
Notes
Notes: svn path=/head/; revision=362958
Diffstat (limited to 'multimedia/gstreamer1-plugins-good')
-rw-r--r--multimedia/gstreamer1-plugins-good/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer1-plugins-good/Makefile b/multimedia/gstreamer1-plugins-good/Makefile
index dd32ff232c17..177f3b0d669b 100644
--- a/multimedia/gstreamer1-plugins-good/Makefile
+++ b/multimedia/gstreamer1-plugins-good/Makefile
@@ -27,7 +27,7 @@ NO_GSTREAMER_COMMON= yes
do-build:
.for dir in ${GOOD_GST_DIRS}
- @(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
+ @(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET})
.endfor
do-install: