Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/emulators/qemu/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/emulators/qemu/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.42 retrieving revision 1.43 diff -u -p -r1.42 -r1.43 --- pkgsrc/emulators/qemu/Makefile 2006/09/17 07:51:56 1.42 +++ pkgsrc/emulators/qemu/Makefile 2006/12/06 22:31:28 1.43 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2006/09/17 07:51:56 xtraeme Exp $ +# $NetBSD: Makefile,v 1.43 2006/12/06 22:31:28 xtraeme Exp $ # DISTNAME= qemu-0.8.2 @@ -48,6 +48,11 @@ REPLACE_PERL+= texi2pod.pl # to build in the SSE code. BUILDLINK_TRANSFORM+= rm-optarg:-march rm-optarg:-mcpu +# Does not build with the stack protector +.if ${OPSYS} == "DragonFly" +CFLAGS+= -fno-stack-protector +.endif + .include "../../mk/compiler.mk" .if !empty(CC_VERSION:Mgcc-4*)