pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/unison-snapshot net/unison-snapshot: Use OCAML_USE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98b41778c413
branches:  trunk
changeset: 439408:98b41778c413
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat Sep 19 14:38:17 2020 +0000

description:
net/unison-snapshot: Use OCAML_USE_OPT_COMPILER correctly

It is set to yes and no in ocaml.mk, not true.

diffstat:

 net/unison-snapshot/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 06d9f9dfa182 -r 98b41778c413 net/unison-snapshot/Makefile
--- a/net/unison-snapshot/Makefile      Sat Sep 19 14:15:53 2020 +0000
+++ b/net/unison-snapshot/Makefile      Sat Sep 19 14:38:17 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2020/09/15 12:21:44 gdt Exp $
+# $NetBSD: Makefile,v 1.5 2020/09/19 14:38:17 gdt Exp $
 
 DISTNAME=      unison-2.51.2.20200915
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=bcpierce00/}
 GITHUB_TAG=     a076f63a6ebd0285ee7e4444c05d3eb3dcead6ca
@@ -17,7 +18,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