diff options
author | joerg <joerg@pkgsrc.org> | 2014-12-11 22:13:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-12-11 22:13:58 +0000 |
commit | ad10d0bd31a48798344850b53be965854ca7f7b1 (patch) | |
tree | 11699696c677d0fded38bdd821dfa486f4ca0e74 /multimedia | |
parent | 54639711e53d0aec21b8e389ea881748015b13af (diff) | |
download | pkgsrc-ad10d0bd31a48798344850b53be965854ca7f7b1.tar.gz |
Preserve environment.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ffmpeg2theora/distinfo | 3 | ||||
-rw-r--r-- | multimedia/ffmpeg2theora/patches/patch-SConstruct | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/multimedia/ffmpeg2theora/distinfo b/multimedia/ffmpeg2theora/distinfo index 4a07aa44657..b6706c34656 100644 --- a/multimedia/ffmpeg2theora/distinfo +++ b/multimedia/ffmpeg2theora/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2013/10/22 12:45:29 tron Exp $ +$NetBSD: distinfo,v 1.4 2014/12/11 22:13:58 joerg Exp $ SHA1 (ffmpeg2theora-0.29.tar.bz2) = 7e78c5ddb8740b33a6ae4c9da76047bd8e662791 RMD160 (ffmpeg2theora-0.29.tar.bz2) = 1dfb5bd0c404d2a23b5818a7aab82e6ebe802e72 Size (ffmpeg2theora-0.29.tar.bz2) = 90143 bytes +SHA1 (patch-SConstruct) = 55803eedd7cb6603344a213ac54791b3b849649b SHA1 (patch-src_ffmpeg2theora.c) = 405803782d070fa9b28032701c52379609b66015 diff --git a/multimedia/ffmpeg2theora/patches/patch-SConstruct b/multimedia/ffmpeg2theora/patches/patch-SConstruct new file mode 100644 index 00000000000..a4faf74fbbc --- /dev/null +++ b/multimedia/ffmpeg2theora/patches/patch-SConstruct @@ -0,0 +1,13 @@ +$NetBSD: patch-SConstruct,v 1.1 2014/12/11 22:13:58 joerg Exp $ + +--- SConstruct.orig 2014-12-11 21:32:11.000000000 +0000 ++++ SConstruct +@@ -37,7 +37,7 @@ opts.AddVariables( + BoolVariable('libkate', 'enable libkate support', 1), + BoolVariable('crossmingw', 'Set to 1 for crosscompile with mingw', 0) + ) +-env = Environment(options = opts) ++env = Environment(options = opts, ENV=os.environ) + Help(opts.GenerateHelpText(env)) + + pkg_flags="--cflags --libs" |