summaryrefslogtreecommitdiffstats
path: root/lang/erlang14/files
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2007-06-14 12:36:16 +0000
committerolgeni <olgeni@FreeBSD.org>2007-06-14 12:36:16 +0000
commit10ce5830db59ca2f8bcfb61875a3c8345fef8778 (patch)
treee795622f27004951933e23a2e0755edf53f733cc /lang/erlang14/files
parentefe7559fd55549384542230e4c71d57b8d95b2cf (diff)
downloadFreeBSD-ports-10ce5830db59ca2f8bcfb61875a3c8345fef8778.zip
FreeBSD-ports-10ce5830db59ca2f8bcfb61875a3c8345fef8778.tar.gz
Add missing patch after R11B-5 upgrade.
Diffstat (limited to 'lang/erlang14/files')
-rw-r--r--lang/erlang14/files/patch-lib_typer_src_typer__info.erl13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/erlang14/files/patch-lib_typer_src_typer__info.erl b/lang/erlang14/files/patch-lib_typer_src_typer__info.erl
new file mode 100644
index 0000000..953e440
--- /dev/null
+++ b/lang/erlang14/files/patch-lib_typer_src_typer__info.erl
@@ -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).
OpenPOWER on IntegriCloud