diff options
author | Harald van Dijk <truedfx@gentoo.org> | 2009-03-08 20:06:35 +0000 |
---|---|---|
committer | Harald van Dijk <truedfx@gentoo.org> | 2009-03-08 20:06:35 +0000 |
commit | 561f7219c3bc7a79c30c931003f6c47e190ea08d (patch) | |
tree | 58f405652e504251f682bb5896337f38541a650a /dev-libs/librep/files | |
parent | Drop KDE 4.2.0 (diff) | |
download | gentoo-2-561f7219c3bc7a79c30c931003f6c47e190ea08d.tar.gz gentoo-2-561f7219c3bc7a79c30c931003f6c47e190ea08d.tar.bz2 gentoo-2-561f7219c3bc7a79c30c931003f6c47e190ea08d.zip |
Version bumps
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/librep/files')
-rw-r--r-- | dev-libs/librep/files/librep-0.17.3-disable-elisp.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-libs/librep/files/librep-0.17.3-disable-elisp.patch b/dev-libs/librep/files/librep-0.17.3-disable-elisp.patch new file mode 100644 index 000000000000..ebe7aff90a4f --- /dev/null +++ b/dev-libs/librep/files/librep-0.17.3-disable-elisp.patch @@ -0,0 +1,19 @@ +--- librep-0.17.3/Makefile.in ++++ librep-0.17.3/Makefile.in +@@ -53,15 +53,13 @@ + $(INSTALL_SCRIPT) libtool $(DESTDIR)$(repcommonexecdir) + $(INSTALL_DATA) rules.mk $(DESTDIR)$(repcommonexecdir) + $(INSTALL_SCRIPT) install-aliases $(DESTDIR)$(repcommonexecdir) +- $(INSTALL_DATA) rep-debugger.el $(DESTDIR)$(emacssitelispdir) + mkdir -p $(DESTDIR)$(libdir)/pkgconfig + $(INSTALL_DATA) $(top_srcdir)/librep.pc $(DESTDIR)$(libdir)/pkgconfig/ + + installdirs : mkinstalldirs + $(SHELL) $< $(DESTDIR)$(repdir)/$(version) \ + $(DESTDIR)$(bindir) $(DESTDIR)$(aclocaldir) \ +- $(DESTDIR)$(repcommonexecdir) $(DESTDIR)$(repexecdir) \ ++ $(DESTDIR)$(repcommonexecdir) $(DESTDIR)$(repexecdir) +- $(DESTDIR)$(emacssitelispdir) + + uninstall : + -for dir in $(INSTALL_SUBDIRS); do \ |