pkgsrc/editors/emacs26-nox11/Makefile
dsainty 055cfb1d02 Pull in patch from upstream to fix a build failure under MacOS X.
Fix unexec failure on macOS 10.15.4
* src/unexmacosx.c (unexec_regions_merge): Align region start addresses to
page boundaries and then merge regions.

http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=888ffd960c06d56a409a7ff15b1d930d25c56089

Bump PKGREVISION of emacs26 and emacs26-nox11.
2020-04-25 05:56:36 +00:00

32 lines
957 B
Makefile

# $NetBSD: Makefile,v 1.4 2020/04/25 05:56:36 dsainty Exp $
PKGNAME= ${DISTNAME:S/emacs/emacs26/:S/-/-nox11-/}
CONFLICTS+= emacs26-[0-9]*
FILESDIR= ${.CURDIR}/../../editors/emacs26/files
PATCHDIR= ${.CURDIR}/../../editors/emacs26/patches
PKGDIR= ${.CURDIR}/../../editors/emacs26
DISTINFO_FILE= ${.CURDIR}/../../editors/emacs26/distinfo
.include "../../editors/emacs26/Makefile.common"
PKGREVISION= 1
CONFIGURE_ARGS+= --without-dbus
CONFIGURE_ARGS+= --without-xml2
CONFIGURE_ARGS+= --without-gnutls
CONFIGURE_ARGS+= --without-rsvg
CONFIGURE_ARGS+= --without-gconf
CONFIGURE_ARGS+= --without-imagemagick
CONFIGURE_ARGS+= --without-xaw3d
CONFIGURE_ARGS+= --without-xft --without-libotf --without-m17n-flt
CONFIGURE_ARGS+= --without-ns
CONFIGURE_ARGS+= --without-x
CONFIGURE_ARGS+= --without-xpm
CONFIGURE_ARGS+= --without-jpeg
CONFIGURE_ARGS+= --without-tiff
CONFIGURE_ARGS+= --without-gif
CONFIGURE_ARGS+= --without-png
.include "../../mk/bsd.pkg.mk"