diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-31 17:28:38 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-31 17:28:38 +0000 |
commit | 4ae0a71a32b0d723a8b2e3cc36a2ee0a59234ead (patch) | |
tree | f62b21c739c249289be84b77bab87a5588a2e6cc /lang/chibi-scheme/files/patch-Makefile.detect | |
parent | Follow-up to r543872 (diff) |
lang/chibi-scheme: Update to 0.9
Changes: https://github.com/ashinn/chibi-scheme/compare/0.8...0.9
Notes
Notes:
svn path=/head/; revision=543876
Diffstat (limited to 'lang/chibi-scheme/files/patch-Makefile.detect')
-rw-r--r-- | lang/chibi-scheme/files/patch-Makefile.detect | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/chibi-scheme/files/patch-Makefile.detect b/lang/chibi-scheme/files/patch-Makefile.detect index 0080994882da..36795ddc8ea5 100644 --- a/lang/chibi-scheme/files/patch-Makefile.detect +++ b/lang/chibi-scheme/files/patch-Makefile.detect @@ -1,10 +1,10 @@ ---- Makefile.detect.orig 2018-02-16 11:08:45 UTC +--- Makefile.detect.orig 2020-07-31 15:00:38 UTC +++ Makefile.detect -@@ -70,6 +70,7 @@ EXE = - CLIBFLAGS = -fPIC +@@ -75,6 +75,7 @@ CLIBFLAGS = -fPIC CLINKFLAGS = -shared LIBDL = + RLDFLAGS=-Wl,-R$(LIBDIR) +LIBCHIBI_FLAGS = -Wl,-soname,libchibi-scheme$(SO).$(SOVERSION_MAJOR) else - ifeq ($(PLATFORM),windows) - SO = .dll + ifeq ($(PLATFORM),solaris) + SO = .so |