pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-lwt_glib



Module Name:    pkgsrc
Committed By:   yyamano
Date:           Wed Jul  1 07:55:46 UTC 2020

Modified Files:
        pkgsrc/devel/ocaml-lwt_glib: Makefile

Log Message:
Add USE_TOOLS+=pkg-config to fix build error.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ocaml-lwt_glib/Makefile

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

Modified files:

Index: pkgsrc/devel/ocaml-lwt_glib/Makefile
diff -u pkgsrc/devel/ocaml-lwt_glib/Makefile:1.9 pkgsrc/devel/ocaml-lwt_glib/Makefile:1.10
--- pkgsrc/devel/ocaml-lwt_glib/Makefile:1.9    Tue Apr 14 10:44:37 2020
+++ pkgsrc/devel/ocaml-lwt_glib/Makefile        Wed Jul  1 07:55:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/04/14 10:44:37 jaapb Exp $
+# $NetBSD: Makefile,v 1.10 2020/07/01 07:55:46 yyamano Exp $
 
 GITHUB_PROJECT=        lwt_glib
 GITHUB_TAG=    ${PKGVERSION_NOREV}
@@ -12,6 +12,8 @@ HOMEPAGE=     https://github.com/ocsigen/lwt
 COMMENT=       SSL module for ocaml-lwt
 LICENSE=       gnu-lgpl-v2.1
 
+USE_TOOLS+=    pkg-config
+
 CONFLICTS=     ocaml-lwt<3.0.0
 
 OCAML_USE_DUNE=                yes



Home | Main Index | Thread Index | Old Index