diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2016-04-08 08:00:15 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2016-04-08 08:00:15 +0000 |
commit | 4cbac963a845bcb7623059fd79287c055863c7c4 (patch) | |
tree | 5dfc00f51c0b8f886e4a2836d2d44bb6f4bd3149 /editors/emacs/files/sources.el.in | |
parent | Fix Make fails with a 32bit architecture. (diff) |
editors/emacs:
- Clarify LICENSE, as it's "or any later version" clause
- Switch to CONFLICTS_INSTALL, as conflicts only happen on install
- Finish OPTIONS helpers conversion
- Convert patch-sources.el to SUB_FILES
- Convert *FLAGS to USES=localbase
- Convert IGNORE and SOUND to _IMPLIES
- Drop DBUS_PTHREAD_LIBS after ports r382294
- Drop default WRKSRC
- Drop clang workaround for unsupported FreeBSD versions
editors/emacs-nox11:
- Kill EMACS_NO_X11_SLAVE in favour of ?= variables
- Conflict with any EMACS_VER
PR: 208217
Submitted by: jbeich
Notes
Notes:
svn path=/head/; revision=412722
Diffstat (limited to 'editors/emacs/files/sources.el.in')
-rw-r--r-- | editors/emacs/files/sources.el.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/emacs/files/sources.el.in b/editors/emacs/files/sources.el.in new file mode 100644 index 000000000000..3f5929f3aa96 --- /dev/null +++ b/editors/emacs/files/sources.el.in @@ -0,0 +1,4 @@ +;;; Path to Emacs C Sources. +(when (string-match (regexp-quote "%%EMACS_VER%%") emacs-version) + (setq find-function-C-source-directory + "%%DATADIR%%/%%EMACS_VER%%/src")) |