Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/gpm/files: gpm-1.20.3-no-emacs-dir.patch
Date: Mon, 21 Apr 2008 07:08:41
Message-Id: E1Jnq8k-0004tR-Ij@stork.gentoo.org
1 ulm 08/04/21 07:08:38
2
3 Added: gpm-1.20.3-no-emacs-dir.patch
4 Log:
5 Suppress creation of spurious /usr/share/emacs directory, fixes bug 202946.
6 Finally remove commented lines for Emacs support wrt bug 99533 comment 18.
7 Add missing app-arch/lzma-utils to DEPEND.
8 (Portage version: 2.1.5_rc5)
9
10 Revision Changes Path
11 1.1 sys-libs/gpm/files/gpm-1.20.3-no-emacs-dir.patch
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/files/gpm-1.20.3-no-emacs-dir.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/files/gpm-1.20.3-no-emacs-dir.patch?rev=1.1&content-type=text/plain
15
16 Index: gpm-1.20.3-no-emacs-dir.patch
17 ===================================================================
18 --- gpm-1.20.3-orig/Makefile.in 2008-04-15 16:34:13.000000000 +0200
19 +++ gpm-1.20.3/Makefile.in 2008-04-20 23:30:30.000000000 +0200
20 @@ -51,7 +51,7 @@
21
22 installdirs:
23 $(MKDIR) $(libdir) $(bindir) $(sbindir) $(includedir) $(sysconfdir); \
24 - if test "x@ELISP@" != "x" ; then \
25 + if test "x$(ELISP)" != "x" ; then \
26 $(MKDIR) $(lispdir) ; \
27 fi
28
29
30
31
32 --
33 gentoo-commits@l.g.o mailing list