Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/easychem/files: 0.6-gentoo.patch
Date: Sun, 29 Apr 2012 10:08:56
Message-Id: 20120429100839.8E3782004E@flycatcher.gentoo.org
1 jlec 12/04/29 10:08:39
2
3 Modified: 0.6-gentoo.patch
4 Log:
5 sci-chemistry/easychem: Add missing lib to link with gold
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-chemistry/easychem/files/0.6-gentoo.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/easychem/files/0.6-gentoo.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/easychem/files/0.6-gentoo.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/easychem/files/0.6-gentoo.patch?r1=1.1&r2=1.2
15
16 Index: 0.6-gentoo.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/easychem/files/0.6-gentoo.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- 0.6-gentoo.patch 3 Oct 2010 08:04:15 -0000 1.1
23 +++ 0.6-gentoo.patch 29 Apr 2012 10:08:39 -0000 1.2
24 @@ -20,7 +20,7 @@
25 - $(CC) -o easychem $(OBJECTS) $(GTK_LIBS) $(C_FLAGS)
26 - strip easychem
27 +easychem: postscript graph $(OBJECTS)
28 -+ $(CC) $(C_FLAGS) $(LDFLAGS) -o easychem $(OBJECTS) $(GTK_LIBS)
29 ++ $(CC) $(C_FLAGS) $(LDFLAGS) -o easychem $(OBJECTS) $(GTK_LIBS) -lm
30
31 clean: FORCE
32 -cd graph; make clean