pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/xemacs Since we are not using the included mal...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8cb87d53a002
branches:  trunk
changeset: 365187:8cb87d53a002
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Tue Jul 11 11:55:50 2017 +0000

description:
Since we are not using the included malloc lib any more, the hack is
obsolete.

diffstat:

 editors/xemacs/hacks.mk |  17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diffs (21 lines):

diff -r 08eeb75370a9 -r 8cb87d53a002 editors/xemacs/hacks.mk
--- a/editors/xemacs/hacks.mk   Tue Jul 11 11:52:54 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: hacks.mk,v 1.5 2016/10/31 13:30:07 hauke Exp $
-
-.if !defined(XEMACS_HACKS_MK)
-XEMACS_HACKS_MK=       defined
-
-.include "../../mk/compiler.mk"
-
-### [Fri Oct 28 10:00:00 UTC 2016 : hauke]
-### gcc 5 builtins collide with src/gmalloc.c's calloc(), which
-### results in 'xemacs -vanilla' busy-looping during the build.
-###
-.if !empty(PKGSRC_COMPILER:Mgcc) && !empty(CC_VERSION:Mgcc-5.[0-9]*)
-PKG_HACKS+=            gcc5-malloc-builtin-conflict
-CFLAGS+=               -fno-builtin
-.endif
-
-.endif  # XEMACS_HACKS_MK



Home | Main Index | Thread Index | Old Index