summaryrefslogtreecommitdiff
path: root/lang/chibi-scheme/files
diff options
context:
space:
mode:
Diffstat (limited to 'lang/chibi-scheme/files')
-rw-r--r--lang/chibi-scheme/files/patch-Makefile11
-rw-r--r--lang/chibi-scheme/files/patch-Makefile.detect10
2 files changed, 0 insertions, 21 deletions
diff --git a/lang/chibi-scheme/files/patch-Makefile b/lang/chibi-scheme/files/patch-Makefile
deleted file mode 100644
index 81836371cec6..000000000000
--- a/lang/chibi-scheme/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig 2020-08-13 02:03:03 UTC
-+++ Makefile
-@@ -11,7 +11,7 @@ CHIBI_FFI ?= $(CHIBI) -q tools/chibi-ffi
- CHIBI_FFI_DEPENDENCIES ?= $(CHIBI_DEPENDENCIES) tools/chibi-ffi
-
- CHIBI_DOC ?= $(CHIBI) tools/chibi-doc
--CHIBI_DOC_DEPENDENCIES ?= $(CHIBI_DEPENDENCIES) tools/chibi-doc
-+CHIBI_DOC_DEPENDENCIES ?= $(CHIBI_DEPENDENCIES) tools/chibi-doc $(COMPILED_LIBS)
-
- GENSTATIC ?= ./tools/chibi-genstatic
-
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