diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-19 22:10:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-19 22:10:42 +0000 |
commit | ed6c26801e3a440f9b7de7f0d611ae843dc3c381 (patch) | |
tree | 273cd5c6616330dcb2f345363d87d2614a827e69 /net/socket++ | |
parent | 830ed5641af88edc0eb2bd8ba87563fc500f4ada (diff) | |
download | pkgsrc-ed6c26801e3a440f9b7de7f0d611ae843dc3c381.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 'net/socket++')
-rw-r--r-- | net/socket++/hacks.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net/socket++/hacks.mk b/net/socket++/hacks.mk deleted file mode 100644 index 7e71cfe6454..00000000000 --- a/net/socket++/hacks.mk +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: hacks.mk,v 1.1 2006/05/12 07:44:26 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 |