summaryrefslogtreecommitdiff
path: root/editors/emacs-devel/files/patch-sources.el
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2013-12-09 13:01:12 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2013-12-09 13:01:12 +0000
commitf9a45a28bb7910799fd387722b32a7fca8548637 (patch)
tree18361d78be2906414dab14dcb12010287afc4aac /editors/emacs-devel/files/patch-sources.el
parentUnbreak by replacing make with gmake. (diff)
- Update to bzr snapshot revision 115370
- Add PKGNAMESUFFIX to avoid package name collision - Add STAGE support - Relocate INFO_PATH to avoid conflicting with similarly named info files provided by other packages, like print/texinfo - Use INSTALLS_ICONS only when X11 is enabled - Add OPTIONs for X11 support, SOUND (ALSA/OSS) support and filesystem notifications - Depend on GCC for i386 platforms until clang gets the required fixes - Stop compressing info files for it to work with INFO_PATH - Use OptionsNG helpers to cleanup Makefile - Remove already upstream-ed patches
Diffstat (limited to 'editors/emacs-devel/files/patch-sources.el')
-rw-r--r--editors/emacs-devel/files/patch-sources.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/editors/emacs-devel/files/patch-sources.el b/editors/emacs-devel/files/patch-sources.el
deleted file mode 100644
index 6845a02d9f93..000000000000
--- a/editors/emacs-devel/files/patch-sources.el
+++ /dev/null
@@ -1,10 +0,0 @@
-
-$FreeBSD$
-
---- /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"))