From 5563f81654d0d4eed1987726ee100a63a7efcc51 Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Thu, 27 Sep 2012 18:51:21 +0000 Subject: [PATCH] Fix build on systems with non UTF-8 locale PR: ports/169369 Submitted by: myself Approved by: maintainer timeout (3 months) --- multimedia/libvpx/files/patch-build_make_rtcd.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 multimedia/libvpx/files/patch-build_make_rtcd.sh 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 <&2 \ No newline at end of file