pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/cairo
Module Name: pkgsrc
Committed By: riastradh
Date: Fri Apr 12 19:41:24 UTC 2024
Modified Files:
pkgsrc/graphics/cairo: Makefile
Log Message:
graphics/cairo: Make this cross-compile, on NetBSD.
Need to predetermine the output of a runtime shm ipc test.
To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 pkgsrc/graphics/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/cairo/Makefile
diff -u pkgsrc/graphics/cairo/Makefile:1.161 pkgsrc/graphics/cairo/Makefile:1.162
--- pkgsrc/graphics/cairo/Makefile:1.161 Sun Apr 7 07:31:19 2024
+++ pkgsrc/graphics/cairo/Makefile Fri Apr 12 19:41:24 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.161 2024/04/07 07:31:19 wiz Exp $
+# $NetBSD: Makefile,v 1.162 2024/04/12 19:41:24 riastradh Exp $
DISTNAME= cairo-1.18.0
PKGREVISION= 2
@@ -38,6 +38,11 @@ PLIST_VARS+= trace
PLIST.trace= yes
.endif
+.if ${USE_CROSS_COMPILE:tl} == "yes" && ${OPSYS} == "NetBSD"
+MESON_CROSS_VARS+= ipc_rmid_deferred_release
+MESON_CROSS.ipc_rmid_deferred_release= false
+.endif
+
.include "../../devel/meson/build.mk"
.include "../../lang/python/tool.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.14.0
Home |
Main Index |
Thread Index |
Old Index