From 0443570bfe0ed95da9b776338f98bad90ceb7ff5 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 15 Jan 2007 19:34:43 +0000 Subject: Disable propolice on DragonFly for now. --- net/ktorrent/hacks.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 net/ktorrent/hacks.mk (limited to 'net/ktorrent') diff --git a/net/ktorrent/hacks.mk b/net/ktorrent/hacks.mk new file mode 100644 index 00000000000..bd7ef770069 --- /dev/null +++ b/net/ktorrent/hacks.mk @@ -0,0 +1,18 @@ +# $NetBSD: hacks.mk,v 1.1 2007/01/15 19:34:43 joerg Exp $ + +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "DragonFly" && ${PKGSRC_COMPILER} == "gcc" +# +# Workaround an ICE in the stack-smashing protection in GCC 3.4.x. +# +.if !defined(HAS_PROPOLICE) +HAS_PROPOLICE!= ( ${CC} -v 2>&1 | ${GREP} 'propolice' ) 2>/dev/null || echo no +MAKEVARS+= HAS_PROPOLICE +.endif + +.if ${HAS_PROPOLICE} != "no" +CFLAGS+= -fno-stack-protector +CXXFLAGS+= -fno-stack-protector +.endif +.endif -- cgit v1.2.3