SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
devel/xdg-utils/patches/patch-scripts_xdg-email_in
Normal file
20
devel/xdg-utils/patches/patch-scripts_xdg-email_in
Normal file
|
@ -0,0 +1,20 @@
|
|||
Index: scripts/xdg-email.in
|
||||
--- scripts/xdg-email.in.orig
|
||||
+++ scripts/xdg-email.in
|
||||
@@ -317,7 +317,7 @@ LC_ALL="$ORIG_LC_ALL"
|
||||
|
||||
options=
|
||||
mailto=
|
||||
-utf8="iconv -t utf8"
|
||||
+utf8="iconv -t UTF-8"
|
||||
while [ $# -gt 0 ] ; do
|
||||
parm="$1"
|
||||
shift
|
||||
@@ -459,6 +459,7 @@ if [ x"$BROWSER" = x"" ]; then
|
||||
BROWSER=www-browser:links2:elinks:links:lynx:w3m
|
||||
if has_display; then
|
||||
BROWSER=x-www-browser:firefox:iceweasel:seamonkey:mozilla:epiphany:konqueror:chromium-browser:google-chrome:$BROWSER
|
||||
+ BROWSER=x-www-browser:firefox:chrome:iceweasel:seamonkey:mozilla:epiphany:midori:konqueror:chromium-browser:google-chrome:$BROWSER
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue