Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/MacSDK/patches/fsharp-custom-prefix.patch')
-rw-r--r--packaging/MacSDK/patches/fsharp-custom-prefix.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/packaging/MacSDK/patches/fsharp-custom-prefix.patch b/packaging/MacSDK/patches/fsharp-custom-prefix.patch
deleted file mode 100644
index 63401e18446..00000000000
--- a/packaging/MacSDK/patches/fsharp-custom-prefix.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/mono/config.make b/mono/config.make
-index 00bd4a091..d7090a877 100644
---- a/mono/config.make
-+++ b/mono/config.make
-@@ -4,7 +4,12 @@ DEFAULT: all
-
- monocmd = $(shell which mono)
- monocmddir = $(dir $(monocmd))
-+ifeq (x-$(PREFIX)-,x--)
- prefix = $(shell (cd $(monocmddir)/..; pwd))
-+else
-+prefix = $(PREFIX)
-+endif
-+
- thisdir = $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
- topdir = $(thisdir)../
- builddir = $(topdir)
-@@ -147,7 +152,7 @@ install-sdk-lib:
- @mkdir -p $(DESTDIR)$(monodir)/fsharp
- @if test "x$(DELAY_SIGN)" = "x1"; then \
- echo "Signing $(outdir)$(ASSEMBLY) with Mono key"; \
-- $(monobindir)sn -q -R $(outdir)$(ASSEMBLY) $(topdir)mono/mono.snk; \
-+ $(monocmddir)sn -q -R $(outdir)$(ASSEMBLY) $(topdir)mono/mono.snk; \
- fi
- @if test x-$(NAME) = x-FSharp.Compiler.Private; then \
- echo "Installing extra dependency System.Collections.Immutable.dll to $(DESTDIR)$(monodir)/fsharp/"; \