1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/testing/ponyc/more-portable-ln.patch
Rasmus Thomsen fb1360d4a6 testing/ponyc: upgrade to 0.28.1
* Adopt maintainership
* Modernize
* Use upstream `make install`
* Use llvm6
2019-06-11 11:31:59 +00:00

16 lines
313 B
Diff

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