pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/meson



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 24 08:56:36 UTC 2022

Modified Files:
        pkgsrc/devel/meson: build.mk

Log Message:
meson: expicitly call "meson setup"


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/meson/build.mk

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

Modified files:

Index: pkgsrc/devel/meson/build.mk
diff -u pkgsrc/devel/meson/build.mk:1.15 pkgsrc/devel/meson/build.mk:1.16
--- pkgsrc/devel/meson/build.mk:1.15    Wed Jul 13 03:57:22 2022
+++ pkgsrc/devel/meson/build.mk Thu Nov 24 08:56:36 2022
@@ -1,4 +1,4 @@
-# $NetBSD: build.mk,v 1.15 2022/07/13 03:57:22 triaxx Exp $
+# $NetBSD: build.mk,v 1.16 2022/11/24 08:56:36 adam Exp $
 
 MESON_REQD?=   0
 .for version in ${MESON_REQD}
@@ -114,7 +114,7 @@ MESON_CROSS_ARGS+=  --cross-file ${MESON_
 do-configure: meson-configure
 meson-configure:
 .for d in ${CONFIGURE_DIRS}
-       cd ${WRKSRC} && cd ${d} && ${SETENV} ${MAKE_ENV} meson \
+       cd ${WRKSRC} && cd ${d} && ${SETENV} ${MAKE_ENV} meson setup \
                --prefix ${PREFIX} \
                --libdir lib \
                --libexecdir libexec \



Home | Main Index | Thread Index | Old Index