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:
parent
78c1231b28
commit
f4581821cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193470
13
lang/erlang/files/patch-lib_typer_src_typer__info.erl
Normal file
13
lang/erlang/files/patch-lib_typer_src_typer__info.erl
Normal 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).
|
13
lang/erlang14/files/patch-lib_typer_src_typer__info.erl
Normal file
13
lang/erlang14/files/patch-lib_typer_src_typer__info.erl
Normal 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).
|
Loading…
Reference in New Issue
Block a user