diff options
| author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2020-02-28 17:12:49 +0000 |
|---|---|---|
| committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2020-02-28 17:12:49 +0000 |
| commit | f529143f81bf044d6abe0b63fb7ac37907fd4f7c (patch) | |
| tree | 7f4f77e79a33a3ebcd386fc1596240c683baa14c /lang/erlang-runtime23/files/patch-Makefile.in | |
| parent | lang/erlang: remove unnecessary patch. (diff) | |
Copy lang/erlang-runtime22 to erlang-runtime23.
Notes
Notes:
svn path=/head/; revision=527344
Diffstat (limited to 'lang/erlang-runtime23/files/patch-Makefile.in')
| -rw-r--r-- | lang/erlang-runtime23/files/patch-Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/erlang-runtime23/files/patch-Makefile.in b/lang/erlang-runtime23/files/patch-Makefile.in new file mode 100644 index 000000000000..6ac5d2960e1c --- /dev/null +++ b/lang/erlang-runtime23/files/patch-Makefile.in @@ -0,0 +1,20 @@ +--- Makefile.in.orig 2015-06-23 18:56:21 UTC ++++ Makefile.in +@@ -60,7 +60,7 @@ bindir = @bindir@ + libdir = @libdir@ + + # Where Erlang/OTP is located +-libdir_suffix = /erlang ++libdir_suffix = /erlang22 + erlang_libdir = $(libdir)$(libdir_suffix) + erlang_bindir = $(erlang_libdir)/bin + +@@ -1013,7 +1013,7 @@ $(TEST_DIRS): + # + # Order is important here, don't change it! + # +-INST_DEP += install.dirs install.emulator install.libs install.Install install.otp_version install.bin ++INST_DEP += install.dirs install.emulator install.libs install.Install install.otp_version + + install: $(INST_DEP) + |
