mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
- Regenerate patches (with 'make makepatch') PR: 214984 Submitted by: larca Approved by: Gleb Popov (maintainer)
11 lines
269 B
Text
11 lines
269 B
Text
--- thg.orig 2016-03-31 18:28:23 UTC
|
|
+++ thg
|
|
@@ -10,7 +10,7 @@
|
|
|
|
import os
|
|
import sys
|
|
-
|
|
+os.environ["PATH"] += ":%%LOCALBASE%%/kde4/bin"
|
|
argv = sys.argv[1:]
|
|
if 'THG_OSX_APP' in os.environ:
|
|
# Remove the -psn argument supplied by launchd (if present - it's not
|