diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2020-05-13 19:35:03 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2020-05-13 19:35:03 +0000 |
commit | 8f10e87a6eace3a70ef7e5eb48d65621c0707ade (patch) | |
tree | 3db217bd713e63bdc7293d33bf9f43f654af2d0d /lang/erlang-runtime23/files | |
parent | Fix build when CURL option is deselected. (diff) |
Update lang/erlang-runtime23 to version 23.0.
Diffstat (limited to 'lang/erlang-runtime23/files')
-rw-r--r-- | lang/erlang-runtime23/files/corba-patch-lib_ic_Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/erlang-runtime23/files/corba-patch-lib_ic_Makefile b/lang/erlang-runtime23/files/corba-patch-lib_ic_Makefile new file mode 100644 index 000000000000..bfb2a2f33ac3 --- /dev/null +++ b/lang/erlang-runtime23/files/corba-patch-lib_ic_Makefile @@ -0,0 +1,11 @@ +--- lib/ic/Makefile.orig 2020-05-13 15:02:01 UTC ++++ lib/ic/Makefile +@@ -33,7 +33,7 @@ VSN=$(CORBA_VSN) + # Common Macros + # ---------------------------------------------------- + +-SUB_DIRECTORIES = src c_src java_src doc/src examples/pre_post_condition ++SUB_DIRECTORIES = src java_src doc/src examples/pre_post_condition + + SPECIAL_TARGETS = + |