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:           Fri Sep 22 09:48:28 UTC 2017

Modified Files:
        pkgsrc/lang/ocaml: PLIST

Log Message:
ocaml: libasmrunp.a is only built when profiling is enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/lang/ocaml/PLIST

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/PLIST
diff -u pkgsrc/lang/ocaml/PLIST:1.42 pkgsrc/lang/ocaml/PLIST:1.43
--- pkgsrc/lang/ocaml/PLIST:1.42        Thu Sep 21 13:56:59 2017
+++ pkgsrc/lang/ocaml/PLIST     Fri Sep 22 09:48:28 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.42 2017/09/21 13:56:59 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.43 2017/09/22 09:48:28 jperkin Exp $
 bin/ocaml
 bin/ocamlc
 bin/ocamlc.byte
@@ -1371,7 +1371,7 @@ ${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib
 ${PLIST.ocaml-opt}lib/ocaml/libasmrun.a
 ${PLIST.ocaml-opt}lib/ocaml/libasmrun_pic.a
 lib/ocaml/libasmrun_shared.so
-${PLIST.ocaml-opt}lib/ocaml/libasmrunp.a
+${PLIST.ocaml-prof}${PLIST.ocaml-opt}lib/ocaml/libasmrunp.a
 ${PLIST.ocaml-opt}lib/ocaml/libbigarray.a
 ${PLIST.ocaml-opt}lib/ocaml/libcamlrun.a
 ${PLIST.ocaml-opt}lib/ocaml/libcamlrun_pic.a



Home | Main Index | Thread Index | Old Index