pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/unison2.51 unison2.51: fix OCAML_USE_OPT_COMPILER ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/066f003c85b8
branches: trunk
changeset: 439410:066f003c85b8
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Sep 19 15:51:23 2020 +0000
description:
unison2.51: fix OCAML_USE_OPT_COMPILER check
The value is yes or no, not true.
Bump PKGREVISION since binary packages might change.
diffstat:
net/unison2.51/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4815ed9efcd1 -r 066f003c85b8 net/unison2.51/Makefile
--- a/net/unison2.51/Makefile Sat Sep 19 15:27:15 2020 +0000
+++ b/net/unison2.51/Makefile Sat Sep 19 15:51:23 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/08/17 20:19:51 leot Exp $
+# $NetBSD: Makefile,v 1.28 2020/09/19 15:51:23 wiz Exp $
# Currently, 2.51.x is the standard approach, and thus this package
# produces a "unison-2.51.x" package which installs a "unison" binary.
@@ -6,7 +6,7 @@
# multiple unison packages, with whichever is the standard approach
# using the unversioned name.
DISTNAME= unison-2.51.2
-PKGREVISION= 21
+PKGREVISION= 22
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=bcpierce00/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -31,7 +31,7 @@
.include "../../mk/ocaml.mk"
-.if (${OCAML_USE_OPT_COMPILER} == "true")
+.if (${OCAML_USE_OPT_COMPILER} == "yes")
MAKE_FLAGS+= NATIVE=true
.else
MAKE_FLAGS+= NATIVE=false
Home |
Main Index |
Thread Index |
Old Index