diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2020-10-16 13:51:16 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2020-10-16 13:51:16 +0000 |
commit | b3859a4880056798186e0343803a4fa9fb9b773d (patch) | |
tree | 535f17e9bb88a98b4c029a437a96b4129d9c01cc /lang/chibi-scheme/files/patch-Makefile.detect | |
parent | lang/intel-compute-runtime: update to 20.41.18123 (diff) |
lang/chibi-scheme: modernize, sync patches with upstream PRs
Notes
Notes:
svn path=/head/; revision=552510
Diffstat (limited to 'lang/chibi-scheme/files/patch-Makefile.detect')
-rw-r--r-- | lang/chibi-scheme/files/patch-Makefile.detect | 14 |
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 |