diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-06-07 22:45:18 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-11 11:31:59 +0000 |
commit | fb1360d4a6fdf5bce01891cac7ae11bdb4971b4c (patch) | |
tree | 9d96075e3b4f0cde321f6a6c4845d89234f326c7 /testing/ponyc/more-portable-ln.patch | |
parent | 396b1b813c9cc8c8334c0457e11ebb3fec41f297 (diff) | |
download | aports-fb1360d4a6fdf5bce01891cac7ae11bdb4971b4c.tar.bz2 aports-fb1360d4a6fdf5bce01891cac7ae11bdb4971b4c.tar.xz |
testing/ponyc: upgrade to 0.28.1
* Adopt maintainership
* Modernize
* Use upstream `make install`
* Use llvm6
Diffstat (limited to 'testing/ponyc/more-portable-ln.patch')
-rw-r--r-- | testing/ponyc/more-portable-ln.patch | 16 |
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 |