You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
185e8d55d8
Upstream asked us to ship a newer version. Some of the tests still fail, but that's probably due to missing dependencies or specifics of macOS.
11 lines
310 B
Diff
11 lines
310 B
Diff
--- ./diffoscope/environ.py.orig 2022-09-23 10:04:51.000000000 +0200
|
|
+++ ./diffoscope/environ.py 2022-09-27 17:22:36.000000000 +0200
|
|
@@ -54,6 +54,6 @@
|
|
os.environ[x] = "C"
|
|
|
|
os.environ["TZ"] = "UTC"
|
|
- os.environ["LC_CTYPE"] = "C.UTF-8"
|
|
+ os.environ["LC_CTYPE"] = "UTF-8"
|
|
|
|
time.tzset()
|