Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/ted/files: ted-2.23-make.patch
Date: Mon, 01 Apr 2013 10:03:13
Message-Id: 20130401100310.A6AD12171E@flycatcher.gentoo.org
1 pinkbyte 13/04/01 10:03:10
2
3 Added: ted-2.23-make.patch
4 Log:
5 Version bump
6
7 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.1 app-editors/ted/files/ted-2.23-make.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/files/ted-2.23-make.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/files/ted-2.23-make.patch?rev=1.1&content-type=text/plain
14
15 Index: ted-2.23-make.patch
16 ===================================================================
17 --- Makefile.orig 2013-04-01 13:24:45.854051804 +0400
18 +++ Makefile 2013-04-01 13:25:02.618052336 +0400
19 @@ -246,7 +246,7 @@
20 : To install Ted, you can now run 'make install' AS ROOT
21
22 package.shared: compile.shared tedPackage/makefile
23 - cd tedPackage && make package.shared
24 + cd tedPackage && $(MAKE) package.shared
25 :
26 : Dynamically linked package ready.
27 : To install Ted, you can now run 'make install' AS ROOT