diff options
| author | Armin Pirkovitsch <sperber@FreeBSD.org> | 2012-12-01 00:04:33 +0000 |
|---|---|---|
| committer | Armin Pirkovitsch <sperber@FreeBSD.org> | 2012-12-01 00:04:33 +0000 |
| commit | 61010562f934ef57199aed55647f93100c926936 (patch) | |
| tree | 3354b9e47a6d3f9c59b367f3b4a2d3b0a929b683 /multimedia/ffmpeg2theora/files/patch-SConstruct | |
| parent | - Update to version 0.16.19 (diff) | |
- Update to version 0.29
- Add MAKE_JOBS_SAFE
- Remove shlib versions
PR: ports/170159
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
Feature safe: yes
Diffstat (limited to 'multimedia/ffmpeg2theora/files/patch-SConstruct')
| -rw-r--r-- | multimedia/ffmpeg2theora/files/patch-SConstruct | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/multimedia/ffmpeg2theora/files/patch-SConstruct b/multimedia/ffmpeg2theora/files/patch-SConstruct new file mode 100644 index 000000000000..9d37ce376f6b --- /dev/null +++ b/multimedia/ffmpeg2theora/files/patch-SConstruct @@ -0,0 +1,19 @@ +--- SConstruct.orig 2012-06-26 02:15:16.000000000 +0900 ++++ SConstruct 2012-07-04 01:17:19.000000000 +0900 +@@ -37,7 +37,7 @@ + BoolVariable('libkate', 'enable libkate support', 1), + BoolVariable('crossmingw', 'Set to 1 for crosscompile with mingw', 0) + ) +-env = Environment(options = opts) ++env = Environment(options = opts, CC = Split(os.environ['CC']), CCFLAGS = Split(os.environ['CCFLAGS'])) + Help(opts.GenerateHelpText(env)) + + pkg_flags="--cflags --libs" +@@ -151,7 +151,6 @@ + "libavcodec >= 52.30.0", + "libpostproc", + "libswscale", +- "libswresample", + "libavutil", + ] + if os.path.exists("./ffmpeg"): |
