summaryrefslogtreecommitdiff
path: root/lang/chibi-scheme/files/patch-Makefile.detect
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-02-16 12:05:47 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-02-16 12:05:47 +0000
commitb10ee2f9214ea527891a04767d1b9986a8b48d89 (patch)
treec27db58b203b471052f28caabaa476b8c961085f /lang/chibi-scheme/files/patch-Makefile.detect
parentUpdate 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.detect10
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