pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs25-nox11 emacs25-nox11: fix build on MacOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9dca9266ce53
branches:  trunk
changeset: 308744:9dca9266ce53
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu May 31 01:44:09 2018 +0000

description:
emacs25-nox11: fix build on MacOS

On MacOS, the build finds the Cocoa framework and tries to build
nextstep, which results in a wildly differing PLIST.  Pass
"--without-ns" to force disable this.   No PKGREVISION, as any build
which found ns previously failed.

diffstat:

 editors/emacs25-nox11/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r a168de54a634 -r 9dca9266ce53 editors/emacs25-nox11/Makefile
--- a/editors/emacs25-nox11/Makefile    Thu May 31 01:42:08 2018 +0000
+++ b/editors/emacs25-nox11/Makefile    Thu May 31 01:44:09 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/09/12 03:19:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2018/05/31 01:44:09 gdt Exp $
 
 PKGNAME=       ${DISTNAME:S/emacs/emacs25/:S/-/-nox11-/}
 
@@ -14,5 +14,6 @@
 CONFIGURE_ARGS+=       --without-rsvg --without-x --without-xft
 CONFIGURE_ARGS+=       --without-gif --without-jpeg --without-png
 CONFIGURE_ARGS+=       --without-tiff --without-xpm
+CONFIGURE_ARGS+=       --without-ns
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index