[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / emulators / qemu

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

Diff for /pkgsrc/emulators/qemu/Makefile between version 1.291 and 1.292

version 1.291, 2021/12/16 12:59:43 version 1.292, 2022/03/27 01:44:17
Line 145  PLIST.nbd=   yes
Line 145  PLIST.nbd=   yes
 CONFIGURE_ARGS+=                --disable-coroutine-pool  CONFIGURE_ARGS+=                --disable-coroutine-pool
 .endif  .endif
   
   PLIST_VARS+=            plugins
   .if ${OPSYS} != "SunOS"
   PLIST.plugins=          yes
   CONFIGURE_ARGS+=        --enable-plugins
   .else
   CONFIGURE_ARGS+=        --disable-plugins
   .endif
   
 PLIST_VARS+=            ${UE_ARCHS} bridge-helper keymap nbd pr-helper  PLIST_VARS+=            ${UE_ARCHS} bridge-helper keymap nbd pr-helper
 .for pvar in ${USER_EMUL}  .for pvar in ${USER_EMUL}
 PLIST.${pvar}=          yes  PLIST.${pvar}=          yes

Legend:
Removed from v.1.291  
changed lines
  Added in v.1.292

CVSweb <webmaster@jp.NetBSD.org>