Date: Thu, 27 Sep 2012 18:51:21 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304971 - head/multimedia/libvpx/files Message-ID: <201209271851.q8RIpLAs076228@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Thu Sep 27 18:51:21 2012 New Revision: 304971 URL: http://svn.freebsd.org/changeset/ports/304971 Log: Fix build on systems with non UTF-8 locale PR: ports/169369 Submitted by: myself Approved by: maintainer timeout (3 months) Added: head/multimedia/libvpx/files/patch-build_make_rtcd.sh (contents, props changed) Added: head/multimedia/libvpx/files/patch-build_make_rtcd.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libvpx/files/patch-build_make_rtcd.sh Thu Sep 27 18:51:21 2012 (r304971) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209271851.q8RIpLAs076228>