pkgsrc-WIP-changes archive

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

ocaml: remove unused EXTRA_RT_LIBS



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Aug 28 23:02:56 2025 +0200
Changeset:	2ef000fc7216fe629469312b2e791aab0f2a8c45

Modified Files:
	ocaml/Makefile

Log Message:
ocaml: remove unused EXTRA_RT_LIBS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2ef000fc7216fe629469312b2e791aab0f2a8c45

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

diffstat:
 ocaml/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diffs:
diff --git a/ocaml/Makefile b/ocaml/Makefile
index a833cff451..a26281fdaf 100644
--- a/ocaml/Makefile
+++ b/ocaml/Makefile
@@ -44,10 +44,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}"); }
 PRINT_PLIST_AWK+=	{ if (/\.opt$$/) $$0 = "$${PLIST.ocaml-opt}" $$0 }
 PRINT_PLIST_AWK+=	{ if (/\.cmx$$/) $$0 = "$${PLIST.ocaml-opt}" $$0 }


Home | Main Index | Thread Index | Old Index