Gentoo Archives: gentoo-commits

From: "Marcus Hanwell (cryos)" <cryos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/easychem/files: easychem-0.6-prestrip.patch
Date: Sat, 01 Aug 2009 23:21:28
Message-Id: E1MXNtG-0005JB-5v@stork.gentoo.org
1 cryos 09/08/01 23:21:26
2
3 Added: easychem-0.6-prestrip.patch
4 Log:
5 Stop pre-stripping files, fixes bug 252034. Thanks to My Th <rei4dan@×××××.com> for the patch.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-chemistry/easychem/files/easychem-0.6-prestrip.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/easychem/files/easychem-0.6-prestrip.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/easychem/files/easychem-0.6-prestrip.patch?rev=1.1&content-type=text/plain
13
14 Index: easychem-0.6-prestrip.patch
15 ===================================================================
16 --- Makefile.linux.orig 2009-02-23 21:17:25.000000000 +0200
17 +++ Makefile.linux 2009-02-23 21:17:50.000000000 +0200
18 @@ -29,7 +29,6 @@
19
20 easychem: postscript/ graph/ $(OBJECTS)
21 $(CC) -o easychem $(OBJECTS) $(GTK_LIBS) $(C_FLAGS)
22 - strip easychem
23
24 clean: FORCE
25 -cd graph; make clean