pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/glib2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr  9 20:23:44 UTC 2024

Modified Files:
        pkgsrc/devel/glib2: Makefile

Log Message:
glib2: explicityl disable introspection

Fixes build when gobject-introspection is installed


To generate a diff of this commit:
cvs rdiff -u -r1.301 -r1.302 pkgsrc/devel/glib2/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/glib2/Makefile
diff -u pkgsrc/devel/glib2/Makefile:1.301 pkgsrc/devel/glib2/Makefile:1.302
--- pkgsrc/devel/glib2/Makefile:1.301   Tue Apr  9 16:57:18 2024
+++ pkgsrc/devel/glib2/Makefile Tue Apr  9 20:23:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.301 2024/04/09 16:57:18 wiz Exp $
+# $NetBSD: Makefile,v 1.302 2024/04/09 20:23:44 wiz Exp $
 
 .include "Makefile.common"
 
@@ -9,6 +9,7 @@ TOOL_DEPENDS+=  ${PYPKGPREFIX}-packaging-
 
 .include "options.mk"
 
+MESON_ARGS+=   -Dintrospection=disabled
 MESON_ARGS+=   -Dinstalled_tests=false
 # Avoid linux dependency on libmount-dev
 MESON_ARGS+=   -Dlibmount=disabled



Home | Main Index | Thread Index | Old Index