summaryrefslogtreecommitdiff
path: root/graphics/Coin
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-19 22:10:42 +0000
committerjoerg <joerg>2007-02-19 22:10:42 +0000
commit7708f347f4b3dad7a110e8118a9b40381deed8f1 (patch)
tree273cd5c6616330dcb2f345363d87d2614a827e69 /graphics/Coin
parent69a213daf3ea32d33a2aa8e9214174de8c23f88f (diff)
downloadpkgsrc-7708f347f4b3dad7a110e8118a9b40381deed8f1.tar.gz
Retire propolice hack on DragonFly as the system compiler was fixed
and the changes pulled up to all release branches.
Diffstat (limited to 'graphics/Coin')
-rw-r--r--graphics/Coin/hacks.mk17
1 files changed, 1 insertions, 16 deletions
diff --git a/graphics/Coin/hacks.mk b/graphics/Coin/hacks.mk
index 34a8540a12e..50130401714 100644
--- a/graphics/Coin/hacks.mk
+++ b/graphics/Coin/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.2 2006/05/28 15:50:05 joerg Exp $
+# $NetBSD: hacks.mk,v 1.3 2007/02/19 22:10:43 joerg Exp $
.if !defined(COIN_HACKS_MK)
COIN_HACKS_MK= defined
@@ -13,19 +13,4 @@ PKG_HACKS+= optimization
BUILDLINK_TRANSFORM+= rm:-O[0-9]*
.endif
-.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
-
.endif # COIN_HACKS_MK