svn commit: r304971 - head/multimedia/libvpx/files

Pawel Pekala pawel at FreeBSD.org
Thu Sep 27 18:51:21 UTC 2012


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



More information about the svn-ports-head mailing list