#13727 closed defect (fixed)
gst-plugins-good fails to compile
Reported by: | wmeissner@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description
On Both 1.6.0 and trunk, gst-plugins-good fails to compile with the error: libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' make[3]: * [osxvideosink.lo] Error 1
This is because the gstreamer guys hardcoded OBJC=gcc in the osxvideo Makefile. The attached Portfile patch and patch-sys-osxideo-Makefile.in fix this.
Attachments (2)
Change History (5)
Changed 17 years ago by wmeissner@…
Attachment: | patch-sys-osxvideo-Makefile.in added |
---|
Changed 17 years ago by wmeissner@…
Attachment: | gst-plugins-good.diff added |
---|
comment:1 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
If you have not already done so, please report this problem to the developers of gst-plugins-good so they can fix it for the next release.
comment:2 Changed 17 years ago by gui-dos (Guido Soranzio)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Applied in r33420: thanks!
Note: See
TracTickets for help on using
tickets.
Portfile patch for gst-plugins-good - now 'port lint' warning free.