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, 16 insertions, 0 deletions
diff --git a/testing/ponyc/more-portable-ln.patch b/testing/ponyc/more-portable-ln.patch
new file mode 100644
index 0000000000..51235e95c8
--- /dev/null
+++ b/testing/ponyc/more-portable-ln.patch
@@ -0,0 +1,16 @@
+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