pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/emacs25-nox11



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu May 31 01:44:09 UTC 2018

Modified Files:
        pkgsrc/editors/emacs25-nox11: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/emacs25-nox11/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/emacs25-nox11/Makefile
diff -u pkgsrc/editors/emacs25-nox11/Makefile:1.5 pkgsrc/editors/emacs25-nox11/Makefile:1.6
--- pkgsrc/editors/emacs25-nox11/Makefile:1.5   Tue Sep 12 03:19:02 2017
+++ pkgsrc/editors/emacs25-nox11/Makefile       Thu May 31 01:44:09 2018
@@ -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-dbus --withou
 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