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:   wiz
Date:           Thu Aug 28 21:01:12 UTC 2025

Modified Files:
        pkgsrc/lang/ocaml: Makefile

Log Message:
ocaml: remove unused EXTRA_RT_LIBS variable


To generate a diff of this commit:
cvs rdiff -u -r1.149 -r1.150 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.149 pkgsrc/lang/ocaml/Makefile:1.150
--- pkgsrc/lang/ocaml/Makefile:1.149    Sat Aug 23 15:04:29 2025
+++ pkgsrc/lang/ocaml/Makefile  Thu Aug 28 21:01:12 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.149 2025/08/23 15:04:29 wiz Exp $
+# $NetBSD: Makefile,v 1.150 2025/08/28 21:01:12 wiz Exp $
 
 .include "Makefile.common"
 
@@ -51,10 +51,6 @@ INSTALL_MAKE_FLAGS+= SHELL=${SH:Q}
 
 INSTALLATION_DIRS=     share/doc/ocaml
 
-OPSYSVARS+=            EXTRA_RT_LIBS
-EXTRA_RT_LIBS.NetBSD=  -lcurses
-EXTRA_RT_LIBS.*=
-
 PRINT_PLIST_AWK+=      { gsub(/lib\/ocaml\/${PKGMANDIR:S|/|\\/|}/, "lib/ocaml/$${PKGMANDIR}"); }
 
 do-test:



Home | Main Index | Thread Index | Old Index