da0e398d7a
(1) set ELFSIZE correctly; don't know how this ever worked (2) add workaround for gcc compiling calloc into an infinite loop calling itself.
14 lines
257 B
Makefile
14 lines
257 B
Makefile
# $NetBSD: Makefile,v 1.38 2016/11/26 04:22:40 dholland Exp $
|
|
|
|
PKGREVISION= 37
|
|
CATEGORIES= editors
|
|
|
|
CONFLICTS+= emacs21-nox11-[0-9]*
|
|
|
|
USE_TOOLS+= imake
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../editors/emacs21/Makefile.common"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|