aboutsummaryrefslogtreecommitdiffstats
path: root/community/unison/APKBUILD
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-12-05 13:48:18 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2019-12-05 14:00:21 +0100
commit4f59e233fd428b738739a0e608daf1f8b1f60632 (patch)
treeb578966124988011c8d60e67f749e4b36f2dd3fe /community/unison/APKBUILD
parentf0caea17a987cfc40be2c0c6958f03a89420aec3 (diff)
downloadaports-4f59e233fd428b738739a0e608daf1f8b1f60632.tar.bz2
aports-4f59e233fd428b738739a0e608daf1f8b1f60632.tar.xz
community/unison: fix compatibility with OCaml 4.08
Diffstat (limited to 'community/unison/APKBUILD')
-rw-r--r--community/unison/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/unison/APKBUILD b/community/unison/APKBUILD
index 970e9ec147..42cc4d334f 100644
--- a/community/unison/APKBUILD
+++ b/community/unison/APKBUILD
@@ -17,7 +17,8 @@ subpackages="$pkgname-gui"
source="$pkgname-$_pkgver.tar.gz::https://github.com/bcpierce00/$pkgname/archive/v$_pkgver.tar.gz
fix-inotify-check.patch
makefile-fix-clean.patch
- fix-for-lablgtk-2.18.6.patch"
+ fix-for-lablgtk-2.18.6.patch
+ ocaml-4.08.patch"
# TODO: Enable check once this issue is fixed:
# https://github.com/bcpierce00/unison/issues/73
options="!check"
@@ -69,4 +70,5 @@ gui() {
sha512sums="658b37fd18d8dee517e88ad707f7e80c1731542a0e07e6a8d56e6598e38bcf405cdb8db224274bf9b3319ed87efc45057d1f79e6437c4ca53afe9cec4afe6c78 unison-2.48.15v4.tar.gz
53ef0b9bd5632509cad69d60924da36836017574a59cd373aa44710c2d82b1329ab406753f430c98be8527428bd9a4847dde372dc5074781eb4a83de4e300d77 fix-inotify-check.patch
cd8b9b6edc22c586f8f3fa566224c465a007b46b86766c25c2348f1a8eadb8faf28d6a8e4747611f8550f938ed52cb62de00cd9ca175e27b57cd81d6c286229a makefile-fix-clean.patch
-b7ffd449ff54f03f4f7ca11dfeb1cd4ebb757f60bd924797c4fb48e63bbc99188e353b53e240043e99d4915bf1c2ed54444bfe7c4b0393c5ad010b8ac16249e2 fix-for-lablgtk-2.18.6.patch"
+b7ffd449ff54f03f4f7ca11dfeb1cd4ebb757f60bd924797c4fb48e63bbc99188e353b53e240043e99d4915bf1c2ed54444bfe7c4b0393c5ad010b8ac16249e2 fix-for-lablgtk-2.18.6.patch
+302d070003e396982c35260ee8dd1569b272a5c17f21eabd92ae41bd6fe8570a117e769f5e26a26bf9f4a7a418c016a73c1edf8a11f552c7b8eaf9dadd4113ac ocaml-4.08.patch"