mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Add patch to disable gecko rendering and prevent crash on startup.
PR: 88958
This commit is contained in:
parent
c96f09e303
commit
5e1fc81cb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153712
@ -8,6 +8,7 @@
|
||||
|
||||
PORTNAME= mono-tools
|
||||
PORTVERSION= 1.1.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.go-mono.com/sources/${PORTNAME}/
|
||||
|
||||
|
8
devel/mono-tools/files/patch-docbrowser_monodoc.in
Normal file
8
devel/mono-tools/files/patch-docbrowser_monodoc.in
Normal file
@ -0,0 +1,8 @@
|
||||
--- docbrowser/monodoc.in.orig Thu Oct 27 15:17:41 2005
|
||||
+++ docbrowser/monodoc.in Tue Jan 17 03:25:50 2006
|
||||
@@ -80,4 +80,4 @@
|
||||
fi
|
||||
|
||||
|
||||
-exec @RUNTIME@ $monodocdir/browser.exe $OPTIONS "$@" $REST
|
||||
+exec @RUNTIME@ $monodocdir/browser.exe --no-gecko $OPTIONS "$@" $REST
|
Loading…
Reference in New Issue
Block a user