summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2021-03-18 21:18:18 +0000
committerdholland <dholland@pkgsrc.org>2021-03-18 21:18:18 +0000
commitd92494cef76a1fb70b84324d636d6743dab98e8b (patch)
treef7d91b829c7474a0b853d1b4bcdc06408ba1b533
parent38ff2c7e6b57c76de57e384ea4136d6d5931eeed (diff)
downloadpkgsrc-d92494cef76a1fb70b84324d636d6743dab98e8b.tar.gz
add comment to previous.
-rw-r--r--lang/camlp5/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/camlp5/Makefile b/lang/camlp5/Makefile
index 3fd257d6c8f..148984aba1f 100644
--- a/lang/camlp5/Makefile
+++ b/lang/camlp5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2021/03/18 21:16:59 dholland Exp $
+# $NetBSD: Makefile,v 1.40 2021/03/18 21:18:18 dholland Exp $
#
GITHUB_PROJECT= camlp5
@@ -34,6 +34,8 @@ BUILD_TARGET= world.opt
BUILD_TARGET= world
.endif
+# compensate for upstream not having heard of 4.11.2 yet
+# (should be able to remove this at the next update)
post-extract:
cd ${WRKSRC}/ocaml_stuff && ln -s 4.11.1 4.11.2
cd ${WRKSRC}/ocaml_src/lib/versdep && ln -s 4.11.1.ml 4.11.2.ml