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: wiz
Date: Mon Jun 10 16:14:37 UTC 2024
Modified Files:
pkgsrc/emulators/qemu: Makefile
Log Message:
qemu: explicitly declare libfdt should come from the system
Perhaps addresses PR 58334.
To generate a diff of this commit:
cvs rdiff -u -r1.343 -r1.344 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.343 pkgsrc/emulators/qemu/Makefile:1.344
--- pkgsrc/emulators/qemu/Makefile:1.343 Wed May 29 16:32:27 2024
+++ pkgsrc/emulators/qemu/Makefile Mon Jun 10 16:14:37 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.343 2024/05/29 16:32:27 adam Exp $
+# $NetBSD: Makefile,v 1.344 2024/06/10 16:14:37 wiz Exp $
DISTNAME= qemu-9.0.0
PKGREVISION= 2
@@ -49,6 +49,7 @@ CONFIGURE_ARGS+= --smbd=${PREFIX}/sbin/s
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
CONFIGURE_ARGS+= --enable-curses
CONFIGURE_ARGS+= --enable-docs
+CONFIGURE_ARGS+= --enable-fdt=system
CONFIGURE_ENV+= mansuffix=/${PKGMANDIR}
ALL_ENV+= MESON_RSP_THRESHOLD=262144
Home |
Main Index |
Thread Index |
Old Index