diff options
author | hauke <hauke@pkgsrc.org> | 2017-07-11 11:55:50 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2017-07-11 11:55:50 +0000 |
commit | f9270e3eb767ec2b0dfff8a75e69c86fa16b5d6c (patch) | |
tree | 49f31787c775a2573b73f0f3d2b64c794efbea58 /editors | |
parent | 5951261b3e7decb1f3781b0d9e3efe1bd2cd72ce (diff) | |
download | pkgsrc-f9270e3eb767ec2b0dfff8a75e69c86fa16b5d6c.tar.gz |
Since we are not using the included malloc lib any more, the hack is
obsolete.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs/hacks.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/editors/xemacs/hacks.mk b/editors/xemacs/hacks.mk deleted file mode 100644 index bb34808bcb5..00000000000 --- a/editors/xemacs/hacks.mk +++ /dev/null @@ -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 |