Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/topal/files: 72-Makefile.patch
Date: Thu, 09 Sep 2010 06:02:52
Message-Id: 20100909060245.8E05E2003C@flycatcher.gentoo.org
1 tove 10/09/09 06:02:45
2
3 Modified: 72-Makefile.patch
4 Log:
5 Fix LDFLAGS and co-maintainer's email address (#336192)
6
7 (Portage version: 2.2_rc77/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-mail/topal/files/72-Makefile.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/topal/files/72-Makefile.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/topal/files/72-Makefile.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/topal/files/72-Makefile.patch?r1=1.1&r2=1.2
15
16 Index: 72-Makefile.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/topal/files/72-Makefile.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- 72-Makefile.patch 5 Mar 2010 12:03:52 -0000 1.1
23 +++ 72-Makefile.patch 9 Sep 2010 06:02:45 -0000 1.2
24 @@ -54,7 +54,7 @@
25 topal: $(TOPALDEPS)
26 - gnatmake -gnatwa -gnato -O2 $(TOPALDEBUG) topal
27 - -strip topal
28 -+ gnatmake -gnatwa -gnato -O2 $(TOPALDEBUG) topal -largs "$(LDFLAGS)"
29 ++ gnatmake -gnatwa -gnato -O2 $(TOPALDEBUG) topal -largs $(LDFLAGS)
30
31 topal.gz: topal
32 gzip -c9 topal > topal.gz