diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2006-01-14 21:44:57 +0000 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2006-01-14 21:44:57 +0000 |
commit | 2927abce0e6b9ed43ce921830abea80d1cb3a6ee (patch) | |
tree | 8ff113a7ab227c511367af5f44e5039caaff09a0 /devel/monodoc | |
parent | 968a760ba87da5313b27d33065241bd17cb0b34f (diff) | |
download | FreeBSD-ports-2927abce0e6b9ed43ce921830abea80d1cb3a6ee.zip FreeBSD-ports-2927abce0e6b9ed43ce921830abea80d1cb3a6ee.tar.gz |
Add patch forgotten in last commit to disable gecko rendering and prevent
crash on startup.
Diffstat (limited to 'devel/monodoc')
-rw-r--r-- | devel/monodoc/files/patch-monodoc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/monodoc/files/patch-monodoc.in b/devel/monodoc/files/patch-monodoc.in new file mode 100644 index 0000000..487a202 --- /dev/null +++ b/devel/monodoc/files/patch-monodoc.in @@ -0,0 +1,11 @@ +--- monodoc.in.orig Sun May 1 13:48:01 2005 ++++ monodoc.in Mon Dec 5 21:50:59 2005 +@@ -82,7 +82,7 @@ + fi + + if test -e $monodocdir/browser.exe; then +- exec mono --debug $monodocdir/browser.exe $OPTIONS "$@" $REST ++ exec mono --debug $monodocdir/browser.exe --no-gecko $OPTIONS "$@" $REST + else + echo "The monodoc GUI component is not installed. Install it from the mono-tools package." + fi |