diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-02-16 12:05:47 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-02-16 12:05:47 +0000 |
commit | b10ee2f9214ea527891a04767d1b9986a8b48d89 (patch) | |
tree | c27db58b203b471052f28caabaa476b8c961085f /lang/chibi-scheme/files/patch-Makefile.detect | |
parent | Update to 1.0 (diff) |
lang/chibi-scheme: Update to 0.8
Changes: https://github.com/ashinn/chibi-scheme/compare/0.7.3...0.8
Notes
Notes:
svn path=/head/; revision=462004
Diffstat (limited to 'lang/chibi-scheme/files/patch-Makefile.detect')
-rw-r--r-- | lang/chibi-scheme/files/patch-Makefile.detect | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/chibi-scheme/files/patch-Makefile.detect b/lang/chibi-scheme/files/patch-Makefile.detect new file mode 100644 index 000000000000..0080994882da --- /dev/null +++ b/lang/chibi-scheme/files/patch-Makefile.detect @@ -0,0 +1,10 @@ +--- Makefile.detect.orig 2018-02-16 11:08:45 UTC ++++ Makefile.detect +@@ -70,6 +70,7 @@ EXE = + CLIBFLAGS = -fPIC + CLINKFLAGS = -shared + LIBDL = ++LIBCHIBI_FLAGS = -Wl,-soname,libchibi-scheme$(SO).$(SOVERSION_MAJOR) + else + ifeq ($(PLATFORM),windows) + SO = .dll |