1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix build on systems with non UTF-8 locale

PR:		ports/169369
Submitted by:	myself
Approved by:	maintainer timeout (3 months)
This commit is contained in:
Pawel Pekala 2012-09-27 18:51:21 +00:00
parent d94d56b683
commit 5563f81654
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304971

View File

@ -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