1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Add missing patch after R11B-5 upgrade.

This commit is contained in:
Jimmy Olgeni 2007-06-14 12:36:16 +00:00
parent 78c1231b28
commit f4581821cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193470
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,13 @@
$FreeBSD$
--- lib/typer/src/typer_info.erl.orig
+++ lib/typer/src/typer_info.erl
@@ -123,6 +123,5 @@
dialyzerObj=NewDialyzerObj}.
get_dialyzer_plt() ->
- DialyzerDir = code:lib_dir(dialyzer),
- Dialyzer_Init_Plt = filename:join([DialyzerDir,"plt","dialyzer_init_plt"]),
+ Dialyzer_Init_Plt = filename:join([os:getenv ("HOME"), ".dialyzer_init_plt"]),
dialyzer_plt:from_file(typer_plt, Dialyzer_Init_Plt).

View File

@ -0,0 +1,13 @@
$FreeBSD$
--- lib/typer/src/typer_info.erl.orig
+++ lib/typer/src/typer_info.erl
@@ -123,6 +123,5 @@
dialyzerObj=NewDialyzerObj}.
get_dialyzer_plt() ->
- DialyzerDir = code:lib_dir(dialyzer),
- Dialyzer_Init_Plt = filename:join([DialyzerDir,"plt","dialyzer_init_plt"]),
+ Dialyzer_Init_Plt = filename:join([os:getenv ("HOME"), ".dialyzer_init_plt"]),
dialyzer_plt:from_file(typer_plt, Dialyzer_Init_Plt).