summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Lidell <matsl@gentoo.org>2018-06-14 22:18:02 +0200
committerMats Lidell <matsl@gentoo.org>2018-06-14 22:20:14 +0200
commitb25e0c5aaf894cf76c9f3f32ef679c85808438a9 (patch)
tree892410de3ca9bd58978a65297b3073a366a54fd4 /app-editors/xemacs/files/xemacs-21.5.34-destdir.patch
parentelisp.eclass: Depend on virtual/emacs on the build system. (diff)
downloademacs-b25e0c5aaf894cf76c9f3f32ef679c85808438a9.tar.gz
emacs-b25e0c5aaf894cf76c9f3f32ef679c85808438a9.tar.bz2
emacs-b25e0c5aaf894cf76c9f3f32ef679c85808438a9.zip
app-editors/xemacs: Remove since outdated as compared to gentoo repo
Diffstat (limited to 'app-editors/xemacs/files/xemacs-21.5.34-destdir.patch')
-rw-r--r--app-editors/xemacs/files/xemacs-21.5.34-destdir.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-editors/xemacs/files/xemacs-21.5.34-destdir.patch b/app-editors/xemacs/files/xemacs-21.5.34-destdir.patch
deleted file mode 100644
index c671eee..0000000
--- a/app-editors/xemacs/files/xemacs-21.5.34-destdir.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -r 66bbea0adac4 Makefile.in.in
---- a/Makefile.in.in Mon Apr 07 08:55:10 2014 +0200
-+++ b/Makefile.in.in Tue Apr 08 00:02:42 2014 +0200
-@@ -408,7 +408,7 @@
- fi; \
- ${INSTALL_DATA} lib-src/config.values $(DESTDIR)${docdir}/config.values; \
- ${INSTALL_DATA} lib-src/DOC $(DESTDIR)${docdir}/DOC; \
-- for subdir in `find ${archlibdir} -type d ! -name RCS ! -name SCCS ! -name CVS -print` ; \
-+ for subdir in `find $(DESTDIR)${archlibdir} -type d ! -name RCS ! -name SCCS ! -name CVS -print` ; \
- do (cd $${subdir} && $(RM) -r RCS CVS SCCS \#* *~) ; done ; \
- else true; fi
- #if (defined(PDUMP) && !defined (DUMP_IN_EXEC)) || (defined (PDUMP) && defined(WIN32_NATIVE))
-