summaryrefslogtreecommitdiff
path: root/lang/ocaml
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2020-04-11 08:25:20 +0000
committerjperkin <jperkin@pkgsrc.org>2020-04-11 08:25:20 +0000
commit4bc87e271c209f8cbf8714b11ff9a6181bfb5374 (patch)
tree1ed336d094b769d3bc9e34dfb47e586a0d119694 /lang/ocaml
parent7dda35038fcad8363e847b186eac15e567436677 (diff)
downloadpkgsrc-4bc87e271c209f8cbf8714b11ff9a6181bfb5374.tar.gz
ocaml: Switch to BROKEN_ON_PLATFORM.
Unfortunately NOT_FOR_BULK_PLATFORM does not actually stop the package from being built and appearing as a valid entry in bulk build reports.
Diffstat (limited to 'lang/ocaml')
-rw-r--r--lang/ocaml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index 9be69896248..cfef3e506b9 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.134 2020/04/09 15:53:10 jperkin Exp $
+# $NetBSD: Makefile,v 1.135 2020/04/11 08:25:20 jperkin Exp $
.include "Makefile.common"
@@ -16,7 +16,7 @@ USE_GNU_CONFIGURE_HOST= no
# This actually works fine, but requires some patches that the maintainer
# insists on removing every time the package is updated, so we unfortunately
# have to mark it broken to stop wasting people's valuable time investigating.
-NOT_FOR_BULK_PLATFORM= SunOS-*-*
+BROKEN_ON_PLATFORM= SunOS-*-*
#USE_GCC_RUNTIME= yes