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.
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