aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ponyc/more-portable-ln.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ponyc/more-portable-ln.patch')
-rw-r--r--testing/ponyc/more-portable-ln.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/ponyc/more-portable-ln.patch b/testing/ponyc/more-portable-ln.patch
deleted file mode 100644
index 51235e95c88..00000000000
--- a/testing/ponyc/more-portable-ln.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-https://github.com/ponylang/ponyc/issues/3169
---- a/Makefile-ponyc
-+++ b/Makefile-ponyc
-@@ -95,11 +95,7 @@
- endif
- endif
-
--ifneq (,$(filter $(OSTYPE), osx bsd))
-- symlink.flags = -sf
--else
-- symlink.flags = -srf
--endif
-+symlink.flags = -sf
-
- ifneq (,$(filter $(OSTYPE), osx bsd))
- SED_INPLACE = sed -i -e