From ef100e80f2f81f8899ed0f8e0f16f54dde0faab4 Mon Sep 17 00:00:00 2001 From: Mats Lidell Date: Fri, 18 Apr 2014 01:35:23 +0200 Subject: Avoid problem with installed elisp files in rebuilds by using DESTDIR together with using without-prefix option. xemacs will in runtime find the elisp packages anyway. Package-Manager: portage-2.2.8-r1 --- app-editors/xemacs/files/xemacs-21.5.34-destdir.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app-editors/xemacs/files/xemacs-21.5.34-destdir.patch (limited to 'app-editors/xemacs/files') diff --git a/app-editors/xemacs/files/xemacs-21.5.34-destdir.patch b/app-editors/xemacs/files/xemacs-21.5.34-destdir.patch new file mode 100644 index 0000000..c671eee --- /dev/null +++ b/app-editors/xemacs/files/xemacs-21.5.34-destdir.patch @@ -0,0 +1,13 @@ +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)) + -- cgit v1.2.3