Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/ted/files: ted-2.21-make.patch
Date: Sat, 03 Mar 2012 19:18:57
Message-Id: 20120303191838.1B6AB2004B@flycatcher.gentoo.org
1 pacho 12/03/03 19:18:38
2
3 Added: ted-2.21-make.patch
4 Log:
5 Make rtf2pdf.sh accessible from /usr/bin (bug #347926 by James Broadhead) and fix parallel make (bug 385485 by Ian Delaney).
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-editors/ted/files/ted-2.21-make.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/files/ted-2.21-make.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/files/ted-2.21-make.patch?rev=1.1&content-type=text/plain
14
15 Index: ted-2.21-make.patch
16 ===================================================================
17 diff -ur Ted-2.21.orig//Makefile Ted-2.21/Makefile
18 --- Ted-2.21.orig//Makefile 2009-10-16 23:20:58.000000000 +0800
19 +++ Ted-2.21/Makefile 2011-10-04 00:22:30.615975269 +0800
20 @@ -198,7 +198,7 @@
21 : To install Ted, you can now run 'make install' AS ROOT
22
23 package.shared: tedPackage/makefile compile.shared
24 - cd tedPackage && make package.shared
25 + cd tedPackage && $(MAKE) package.shared
26 :
27 : Dynamically linked package ready.
28 : To install Ted, you can now run 'make install' AS ROOT