Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/dmalloc/files: dmalloc-5.5.2-Makefile.in.patch
Date: Thu, 27 Dec 2007 17:57:00
Message-Id: E1J7wyW-0000SI-9S@stork.gentoo.org
1 drac 07/12/27 17:56:56
2
3 Modified: dmalloc-5.5.2-Makefile.in.patch
4 Log:
5 typo
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.2 dev-libs/dmalloc/files/dmalloc-5.5.2-Makefile.in.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/dmalloc/files/dmalloc-5.5.2-Makefile.in.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/dmalloc/files/dmalloc-5.5.2-Makefile.in.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/dmalloc/files/dmalloc-5.5.2-Makefile.in.patch?r1=1.1&r2=1.2
14
15 Index: dmalloc-5.5.2-Makefile.in.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/files/dmalloc-5.5.2-Makefile.in.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- dmalloc-5.5.2-Makefile.in.patch 27 Dec 2007 17:42:20 -0000 1.1
22 +++ dmalloc-5.5.2-Makefile.in.patch 27 Dec 2007 17:56:55 -0000 1.2
23 @@ -96,7 +96,7 @@
24 - $(srcdir)/mkinstalldirs $(shlibdir)
25 - $(INSTALL_PROGRAM) $(LIB_TH_CXX_SL) $(shlibdir)
26 + $(srcdir)/mkinstalldirs $(DESTDIR)$(shlibdir)
27 -+ $(INSTALL) $(LIB_TH) $(DESTDIR)$(libdir)
28 ++ $(INSTALL) $(LIB_TH_CXX_SL) $(DESTDIR)$(libdir)
29
30 installthcxx : $(INSTALL_TH_CXX)
31 - $(srcdir)/mkinstalldirs $(libdir)
32
33
34
35 --
36 gentoo-commits@g.o mailing list