pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/ocaml-graphics



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sat Dec 31 09:15:00 UTC 2016

Modified Files:
        pkgsrc/x11/ocaml-graphics: Makefile

Log Message:
More seddery. Now it builds for me.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/ocaml-graphics/Makefile

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

Modified files:

Index: pkgsrc/x11/ocaml-graphics/Makefile
diff -u pkgsrc/x11/ocaml-graphics/Makefile:1.29 pkgsrc/x11/ocaml-graphics/Makefile:1.30
--- pkgsrc/x11/ocaml-graphics/Makefile:1.29     Sat Dec 31 08:09:14 2016
+++ pkgsrc/x11/ocaml-graphics/Makefile  Sat Dec 31 09:15:00 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2016/12/31 08:09:14 dholland Exp $
+# $NetBSD: Makefile,v 1.30 2016/12/31 09:15:00 dholland Exp $
 
 .include "../../lang/ocaml/Makefile.common"
 DISTINFO_FILE= ${PKGDIR}/../../lang/ocaml/distinfo
@@ -59,7 +59,14 @@ SUBST_STAGE.comp=    post-patch
 SUBST_FILES.comp=      otherlibs/Makefile
 SUBST_SED.comp=                -e 's,^CAMLC=.*,CAMLC=ocamlc,g'
 SUBST_SED.comp+=       -e '/^CAMLOPT=/{;N;s,^CAMLOPT=.*,CAMLOPT=ocamlopt,g;}'
-SUBST_MESSAGE.comp=    Fixing CAMLC OCAMLOPT in otherlibs/Makefile.
+SUBST_SED.comp+=       -e 's,^MKLIB=.*,MKLIB=ocamlmklib,g'
+SUBST_MESSAGE.comp=    Fixing CAMLC OCAMLOPT MKLIB in otherlibs/Makefile.
+
+SUBST_CLASSES+=                comp2
+SUBST_STAGE.comp2=     post-patch
+SUBST_FILES.comp2=     otherlibs/graph/Makefile
+SUBST_SED.comp2=       -e 's,..CAMLRUN..*ocamldep,ocamldep,g'
+SUBST_MESSAGE.comp2=   Fixing ocamldep in otherlibs/graph/Makefile.
 
 INSTALLATION_DIRS+=    lib/ocaml/stublibs
 



Home | Main Index | Thread Index | Old Index