diff options
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 |