aboutsummaryrefslogtreecommitdiffstats
path: root/lang/chibi-scheme/files/patch-Makefile.detect
diff options
context:
space:
mode:
Diffstat (limited to 'lang/chibi-scheme/files/patch-Makefile.detect')
-rw-r--r--lang/chibi-scheme/files/patch-Makefile.detect14
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/chibi-scheme/files/patch-Makefile.detect b/lang/chibi-scheme/files/patch-Makefile.detect
index 36795ddc8ea5..25a4b975d3d3 100644
--- a/lang/chibi-scheme/files/patch-Makefile.detect
+++ b/lang/chibi-scheme/files/patch-Makefile.detect
@@ -1,10 +1,10 @@
---- Makefile.detect.orig 2020-07-31 15:00:38 UTC
+--- Makefile.detect.orig 2020-10-16 13:28:43 UTC
+++ Makefile.detect
-@@ -75,6 +75,7 @@ CLIBFLAGS = -fPIC
- CLINKFLAGS = -shared
- LIBDL =
- RLDFLAGS=-Wl,-R$(LIBDIR)
+@@ -9,6 +9,7 @@ PLATFORM=macosx
+ else
+ ifeq ($(shell uname),FreeBSD)
+ PLATFORM=bsd
+LIBCHIBI_FLAGS = -Wl,-soname,libchibi-scheme$(SO).$(SOVERSION_MAJOR)
else
- ifeq ($(PLATFORM),solaris)
- SO = .so
+ ifeq ($(shell uname),NetBSD)
+ PLATFORM=bsd