summaryrefslogtreecommitdiff
path: root/net/ktorrent/hacks.mk
diff options
context:
space:
mode:
Diffstat (limited to 'net/ktorrent/hacks.mk')
-rw-r--r--net/ktorrent/hacks.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/net/ktorrent/hacks.mk b/net/ktorrent/hacks.mk
deleted file mode 100644
index bd7ef770069..00000000000
--- a/net/ktorrent/hacks.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# $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