pkgsrc-WIP-changes archive

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

(emacs-git/modules.mk) Adjust ALL_ENV for emacs27



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-SX2) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sun Oct 1 08:55:11 2017 +0900
Changeset:	ef8447fb020feb176cecb1cc89b0d9f877463f66

Modified Files:
	emacs-git/modules.mk

Log Message:
(emacs-git/modules.mk) Adjust ALL_ENV for emacs27

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ef8447fb020feb176cecb1cc89b0d9f877463f66

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

diffstat:
 emacs-git/modules.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/emacs-git/modules.mk b/emacs-git/modules.mk
index 4b20672bec..666f6c9247 100644
--- a/emacs-git/modules.mk
+++ b/emacs-git/modules.mk
@@ -342,7 +342,7 @@ PRINT_PLIST_AWK+=	{ gsub(/${EMACS_LISPPREFIX:S|${PREFIX}/||:S|/|\\/|g}/, \
 
 .if defined(EMACS_BUILDLINK)
 _EMACS_DIR=	${BUILDLINK_DIR}/share/emacs
-.  if empty(EMACS_TYPE:Memacs25) && empty(EMACS_TYPE:Memacs26)
+.  if empty(EMACS_TYPE:Memacs25) && empty(EMACS_TYPE:Memacs26) && empty(EMACS_TYPE:Memacs27)
 ALL_ENV+=	EMACSLOADPATH=${_EMACS_DIR}/${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}/lisp:${_EMACS_DIR}/site-lisp
 .  else
 ALL_ENV+=	EMACSLOADPATH=${_EMACS_DIR}/${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}.${_EMACS_VERSION_MICRO}/lisp:${_EMACS_DIR}/site-lisp


Home | Main Index | Thread Index | Old Index