pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/unison-snapshot



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Sep 19 14:38:17 UTC 2020

Modified Files:
        pkgsrc/net/unison-snapshot: Makefile

Log Message:
net/unison-snapshot: Use OCAML_USE_OPT_COMPILER correctly

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/unison-snapshot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/unison-snapshot/Makefile
diff -u pkgsrc/net/unison-snapshot/Makefile:1.4 pkgsrc/net/unison-snapshot/Makefile:1.5
--- pkgsrc/net/unison-snapshot/Makefile:1.4     Tue Sep 15 12:21:44 2020
+++ pkgsrc/net/unison-snapshot/Makefile Sat Sep 19 14:38:17 2020
@@ -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 @@ MAKE_FLAGS+=  CFLAGS=""
 
 .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