[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.156 and 1.157

version 1.156, 2016/10/30 14:48:00 version 1.157, 2016/12/21 10:39:15
Line 38  CONFIGURE_ARGS+= --enable-curses
Line 38  CONFIGURE_ARGS+= --enable-curses
 CONFIGURE_ARGS+=        --disable-opengl  CONFIGURE_ARGS+=        --disable-opengl
 CONFIGURE_ENV+=         mansuffix=/${PKGMANDIR}  CONFIGURE_ENV+=         mansuffix=/${PKGMANDIR}
   
   # Parallel build fails on NetBSD/amd64
   MAKE_JOBS_SAFE=         no
   
 NOT_PAX_MPROTECT_SAFE+= bin/qemu-system-aarch64  NOT_PAX_MPROTECT_SAFE+= bin/qemu-system-aarch64
 NOT_PAX_MPROTECT_SAFE+= bin/qemu-system-alpha  NOT_PAX_MPROTECT_SAFE+= bin/qemu-system-alpha
 NOT_PAX_MPROTECT_SAFE+= bin/qemu-system-arm  NOT_PAX_MPROTECT_SAFE+= bin/qemu-system-arm

Legend:
Removed from v.1.156  
changed lines
  Added in v.1.157

CVSweb <webmaster@jp.NetBSD.org>