summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-09-12 14:08:04 +0000
committerPacho Ramos <pacho@gentoo.org>2011-09-12 14:08:04 +0000
commit9bb115c44f851561a255878947c653a5e56eafbb (patch)
treeda71ae3731de0d13181b04e5b790fe8bdf247c18 /dev-libs/librep/files
parentVersion bump, drop .la files. (diff)
downloadhistorical-9bb115c44f851561a255878947c653a5e56eafbb.tar.gz
historical-9bb115c44f851561a255878947c653a5e56eafbb.tar.bz2
historical-9bb115c44f851561a255878947c653a5e56eafbb.zip
Version bump, drop .la files, remove old.
Package-Manager: portage-2.1.10.15/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/librep/files')
-rw-r--r--dev-libs/librep/files/librep-0.92.0-disable-elisp.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-libs/librep/files/librep-0.92.0-disable-elisp.patch b/dev-libs/librep/files/librep-0.92.0-disable-elisp.patch
new file mode 100644
index 000000000000..6f7b2f1228c7
--- /dev/null
+++ b/dev-libs/librep/files/librep-0.92.0-disable-elisp.patch
@@ -0,0 +1,19 @@
+--- Makefile.in.old 2011-07-25 14:08:18.000000000 +0200
++++ Makefile.in 2011-07-25 14:09:05.000000000 +0200
+@@ -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) \
+ $(DESTDIR)$(bindir) $(DESTDIR)$(aclocaldir) \
+- $(DESTDIR)$(repcommonexecdir) $(DESTDIR)$(repexecdir) \
+- $(DESTDIR)$(emacssitelispdir)
++ $(DESTDIR)$(repcommonexecdir) $(DESTDIR)$(repexecdir)
+
+ uninstall :
+ -for dir in $(INSTALL_SUBDIRS); do \