pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ocaml



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Nov 29 16:24:52 UTC 2021

Modified Files:
        pkgsrc/lang/ocaml: Makefile

Log Message:
ocaml: Use OPSYS_VERSION.


To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 pkgsrc/lang/ocaml/Makefile

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

Modified files:

Index: pkgsrc/lang/ocaml/Makefile
diff -u pkgsrc/lang/ocaml/Makefile:1.141 pkgsrc/lang/ocaml/Makefile:1.142
--- pkgsrc/lang/ocaml/Makefile:1.141    Sat Dec 26 08:36:18 2020
+++ pkgsrc/lang/ocaml/Makefile  Mon Nov 29 16:24:52 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.141 2020/12/26 08:36:18 nia Exp $
+# $NetBSD: Makefile,v 1.142 2021/11/29 16:24:52 jperkin Exp $
 
 .include "Makefile.common"
 
@@ -71,7 +71,7 @@ PLIST.ocaml-spacetime=        yes
 # clock_gettime(2), required by POSIX, is necessary for the
 # instrumented_runtime feature.
 # It is missing on macOS before 10.12.
-.if ${OPSYS} != "Darwin" || ${OS_VERSION:R:R} >= 16
+.if ${OPSYS} != "Darwin" || ${OPSYS_VERSION} >= 101200
 PLIST.instrumented_runtime=    yes
 .endif
 



Home | Main Index | Thread Index | Old Index