1
0
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:
Tom McLaughlin 2006-01-17 08:45:23 +00:00
parent c96f09e303
commit 5e1fc81cb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153712
2 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,7 @@
PORTNAME= mono-tools
PORTVERSION= 1.1.11
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.go-mono.com/sources/${PORTNAME}/

View 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