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:   js
Date:           Sun Aug 11 00:19:14 UTC 2024

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

Log Message:
Revert last commit, needs some discussion on tech-pkg first


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 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.28 pkgsrc/devel/meson/build.mk:1.29
--- pkgsrc/devel/meson/build.mk:1.28    Sun Aug 11 00:10:31 2024
+++ pkgsrc/devel/meson/build.mk Sun Aug 11 00:19:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: build.mk,v 1.28 2024/08/11 00:10:31 js Exp $
+# $NetBSD: build.mk,v 1.29 2024/08/11 00:19:14 js Exp $
 
 MESON_REQD?=   0
 .for version in ${MESON_REQD}
@@ -139,8 +139,7 @@ meson-configure:
                --sysconfdir ${PKG_SYSCONFDIR} \
                --wrap-mode=nodownload \
                ${MESON_CROSS_ARGS} \
-               -Ddebug=false \
-               -Doptimization=2 ${MESON_ARGS} . output
+               --buildtype=plain ${MESON_ARGS} . output
 .endfor
 
 do-build: meson-build



Home | Main Index | Thread Index | Old Index