summaryrefslogtreecommitdiff
path: root/editors/emacs/files/patch-sources.el
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2016-04-08 08:00:15 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2016-04-08 08:00:15 +0000
commit4cbac963a845bcb7623059fd79287c055863c7c4 (patch)
tree5dfc00f51c0b8f886e4a2836d2d44bb6f4bd3149 /editors/emacs/files/patch-sources.el
parentFix 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/patch-sources.el')
-rw-r--r--editors/emacs/files/patch-sources.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/editors/emacs/files/patch-sources.el b/editors/emacs/files/patch-sources.el
deleted file mode 100644
index f292fb768fec..000000000000
--- a/editors/emacs/files/patch-sources.el
+++ /dev/null
@@ -1,7 +0,0 @@
---- /dev/null
-+++ sources.el
-@@ -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"))