pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/qemu
Module Name: pkgsrc
Committed By: tnn
Date: Sun Sep 17 12:14:48 UTC 2023
Modified Files:
pkgsrc/emulators/qemu: Makefile
Log Message:
qemu: move rsp threshold to ALL_ENV to fix incremental builds
To generate a diff of this commit:
cvs rdiff -u -r1.322 -r1.323 pkgsrc/emulators/qemu/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/qemu/Makefile
diff -u pkgsrc/emulators/qemu/Makefile:1.322 pkgsrc/emulators/qemu/Makefile:1.323
--- pkgsrc/emulators/qemu/Makefile:1.322 Sat Sep 16 13:20:51 2023
+++ pkgsrc/emulators/qemu/Makefile Sun Sep 17 12:14:47 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.322 2023/09/16 13:20:51 tnn Exp $
+# $NetBSD: Makefile,v 1.323 2023/09/17 12:14:47 tnn Exp $
DISTNAME= qemu-8.1.0
CATEGORIES= emulators
@@ -49,7 +49,7 @@ CONFIGURE_ARGS+= --mandir=${PREFIX}/${PK
CONFIGURE_ARGS+= --enable-curses
CONFIGURE_ARGS+= --enable-docs
CONFIGURE_ENV+= mansuffix=/${PKGMANDIR}
-CONFIGURE_ENV+= MESON_RSP_THRESHOLD=262144
+ALL_ENV+= MESON_RSP_THRESHOLD=262144
.if defined(PKGSRC_USE_SSP)
# do not add flags to everything
Home |
Main Index |
Thread Index |
Old Index