pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/ocaml-cairo
Module Name: pkgsrc
Committed By: wiz
Date: Wed Feb 14 15:45:09 UTC 2024
Modified Files:
pkgsrc/graphics/ocaml-cairo: Makefile
Log Message:
ocaml-cairo: pkglint cleanup
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/ocaml-cairo/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/ocaml-cairo/Makefile
diff -u pkgsrc/graphics/ocaml-cairo/Makefile:1.30 pkgsrc/graphics/ocaml-cairo/Makefile:1.31
--- pkgsrc/graphics/ocaml-cairo/Makefile:1.30 Wed Feb 14 15:44:19 2024
+++ pkgsrc/graphics/ocaml-cairo/Makefile Wed Feb 14 15:45:09 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2024/02/14 15:44:19 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2024/02/14 15:45:09 wiz Exp $
DISTNAME= ${GITHUB_PROJECT}-0.6.4
PKGREVISION= 9
@@ -21,10 +21,10 @@ USE_TOOLS+= pkg-config
# https://github.com/Chris00/ocaml-cairo/issues/35
# seems related but has not solution
# override detection:
-CAIRO_CFLAGS!= pkg-config --cflags cairo
-CAIRO_LIBS!= pkg-config --libs cairo
-MAKE_ENV+= CAIRO_CFLAGS=${CAIRO_CFLAGS:Q}
-MAKE_ENV+= CAIRO_LIBS=${CAIRO_LIBS:Q}
+CAIRO_CFLAGS= pkg-config --cflags cairo
+CAIRO_LIBS= pkg-config --libs cairo
+MAKE_ENV+= CAIRO_CFLAGS=${CAIRO_CFLAGS:sh:Q}
+MAKE_ENV+= CAIRO_LIBS=${CAIRO_LIBS:sh:Q}
# but this isn't enough, because it leads to:
# Error: Rule failed to generate the following targets:
# - src/cairo_ocaml.h
Home |
Main Index |
Thread Index |
Old Index