After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 314320 - gst ffmpeg calls "make" without caring about called make process
gst ffmpeg calls "make" without caring about called make process
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
0.8.x
Other FreeBSD
: Normal normal
: 0.8.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-08-23 22:18 UTC by Diego Elio Pettenò
Modified: 2005-09-14 19:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gst-ffmpeg-0.8.5-gmake.patch (803 bytes, patch)
2005-08-23 22:19 UTC, Diego Elio Pettenò
none Details | Review

Description Diego Elio Pettenò 2005-08-23 22:18:50 UTC
Distribution/Version: Gentoo/FreeBSD 5.4

On Gentoo/FreeBSD most of the packages are built with "gmake" instead of 
"make" to call GNU Make utility. This because "make" points to BSD-style make. 
 
Unfortunately gst-ffmpeg uses "&& make" to execute ffmpeg part of the build 
process, and this seems to break for us. 
 
The attached patch makes it use $(MAKE) so that it gets expanded to "gmake" 
when is the case. 
 
(the patch has Makefile.in in it, please drop that part)
Comment 1 Diego Elio Pettenò 2005-08-23 22:19:18 UTC
Created attachment 51219 [details] [review]
gst-ffmpeg-0.8.5-gmake.patch
Comment 2 Diego Elio Pettenò 2005-09-14 19:40:15 UTC
That has been committed by zaheerm, so closing.