diff options
Diffstat (limited to 'lang/chibi-scheme/files/patch-Makefile.detect')
-rw-r--r-- | lang/chibi-scheme/files/patch-Makefile.detect | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lang/chibi-scheme/files/patch-Makefile.detect b/lang/chibi-scheme/files/patch-Makefile.detect deleted file mode 100644 index 25a4b975d3d3..000000000000 --- a/lang/chibi-scheme/files/patch-Makefile.detect +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 |