Files
ports/lang/chibi-scheme/files/patch-Makefile.detect
T

11 lines
272 B
Makefile

--- Makefile.detect.orig 2020-10-16 13:28:43 UTC
+++ Makefile.detect
@@ -9,6 +9,7 @@ PLATFORM=macosx
else
ifeq ($(shell uname),FreeBSD)
PLATFORM=bsd
+LIBCHIBI_FLAGS = -Wl,-soname,libchibi-scheme$(SO).$(SOVERSION_MAJOR)
else
ifeq ($(shell uname),NetBSD)
PLATFORM=bsd