Files
pkgsrc-ng/lang/coq/patches/patch-Makefile.common
2016-11-18 22:39:22 +01:00

25 lines
696 B
Plaintext

$NetBSD: patch-Makefile.common,v 1.2 2016/07/02 10:17:18 jaapb Exp $
Use BSD_INSTALL_*
Compile with OCaml 4.03
--- Makefile.common.orig 2016-04-11 13:12:51.000000000 +0000
+++ Makefile.common
@@ -35,7 +35,7 @@ else
endif
INSTALLBIN:=install
-INSTALLLIB:=install -m 644
+INSTALLLIB:=${BSD_INSTALL_LIB}
INSTALLSH:=./install.sh
MKDIR:=install -d
@@ -231,7 +231,7 @@ endif
LINKCMO:=$(CORECMA) $(STATICPLUGINS)
LINKCMX:=$(CORECMA:.cma=.cmxa) $(STATICPLUGINS:.cma=.cmxa)
-IDEDEPS:=lib/clib.cma lib/xml_lexer.cmo lib/xml_parser.cmo lib/xml_printer.cmo lib/errors.cmo lib/spawn.cmo
+IDEDEPS:=lib/clib.cma lib/errors.cmo lib/spawn.cmo
IDECMA:=ide/ide.cma
IDETOPLOOPCMA=ide/coqidetop.cma