diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-09-27 18:51:21 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-09-27 18:51:21 +0000 |
commit | 5563f81654d0d4eed1987726ee100a63a7efcc51 (patch) | |
tree | dfac9c21f8dc846756d1fbaf6355cb7a926cd76a /multimedia/libvpx | |
parent | d94d56b68386c805973a166546eb40102d2244df (diff) |
Notes
Diffstat (limited to 'multimedia/libvpx')
-rw-r--r-- | multimedia/libvpx/files/patch-build_make_rtcd.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/multimedia/libvpx/files/patch-build_make_rtcd.sh b/multimedia/libvpx/files/patch-build_make_rtcd.sh new file mode 100644 index 000000000000..a4ec410c9115 --- /dev/null +++ b/multimedia/libvpx/files/patch-build_make_rtcd.sh @@ -0,0 +1,9 @@ +--- build/make/rtcd.sh.orig 2012-06-24 13:12:00.000000000 +0200 ++++ build/make/rtcd.sh 2012-06-24 13:13:01.000000000 +0200 +@@ -1,5 +1,6 @@ + #!/bin/sh + self=$0 ++LANG=C + + usage() { + cat <<EOF >&2
\ No newline at end of file |