Summary: | multimedia/ffmpeg2theora: pass environment through scons | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
Component: | Individual Port(s) | Assignee: | William Grzybowski <wg> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(wg) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: amdmi3 Date: Fri May 22 10:18:59 UTC 2015 New revision: 387007 URL: https://svnweb.freebsd.org/changeset/ports/387007 Log: - Pass environment through scons to allow build with ccache PR: 200051 Submitted by: amdmi3 Approved by: maintainer timeout (wg, 2 weeks) Changes: head/multimedia/ffmpeg2theora/files/patch-SConstruct |
Created attachment 156508 [details] Patch SCons doesn't pass environment to utilities it calls by default, so, for instance, ccache builds are broken, as ccache needs to be passed CCACHE_DIR and other env variables. Pass environment through scons to fix this.