aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libvpx
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2012-09-28 02:51:21 +0800
committerpawel <pawel@FreeBSD.org>2012-09-28 02:51:21 +0800
commit01f9c1318d5671ee02f507172c6b4593551b6182 (patch)
treedfac9c21f8dc846756d1fbaf6355cb7a926cd76a /multimedia/libvpx
parentdc9ade51aa201468e422c08b23d705dc9f262cde (diff)
downloadfreebsd-ports-gnome-01f9c1318d5671ee02f507172c6b4593551b6182.tar.gz
freebsd-ports-gnome-01f9c1318d5671ee02f507172c6b4593551b6182.tar.zst
freebsd-ports-gnome-01f9c1318d5671ee02f507172c6b4593551b6182.zip
Fix build on systems with non UTF-8 locale
PR: ports/169369 Submitted by: myself Approved by: maintainer timeout (3 months)
Diffstat (limited to 'multimedia/libvpx')
-rw-r--r--multimedia/libvpx/files/patch-build_make_rtcd.sh9
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