Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/revelation/files: revelation-0.4.11-build.patch
Date: Thu, 07 Jan 2010 20:30:19
Message-Id: E1NSyzp-0000I8-KU@stork.gentoo.org
1 nyhm 10/01/07 20:30:17
2
3 Modified: revelation-0.4.11-build.patch
4 Log:
5 Remove useless libtool file and static lib, bug #299096
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 x11-misc/revelation/files/revelation-0.4.11-build.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/files/revelation-0.4.11-build.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/files/revelation-0.4.11-build.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/files/revelation-0.4.11-build.patch?r1=1.1&r2=1.2
14
15 Index: revelation-0.4.11-build.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/files/revelation-0.4.11-build.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- revelation-0.4.11-build.patch 22 Jan 2009 18:12:53 -0000 1.1
22 +++ revelation-0.4.11-build.patch 7 Jan 2010 20:30:17 -0000 1.2
23 @@ -32,7 +32,7 @@
24 --- src/wrap/crack/Makefile.am
25 +++ src/wrap/crack/Makefile.am
26 @@ -5,19 +5,9 @@
27 - # $Id: revelation-0.4.11-build.patch,v 1.1 2009/01/22 18:12:53 nyhm Exp $
28 + # $Id: revelation-0.4.11-build.patch,v 1.2 2010/01/07 20:30:17 nyhm Exp $
29 #
30
31 -module_PROGRAMS = crack.so
32 @@ -55,4 +55,4 @@
33 +crack_la_SOURCES = crack.c
34 +crack_la_CFLAGS = -Wall
35 +crack_la_CPPFLAGS = -I$(PYTHON_INCLUDE) -DDEFAULT_DICTPATH="\"$(CRACK_DICTPATH)\""
36 -+crack_la_LDFLAGS = -module
37 ++crack_la_LDFLAGS = -avoid-version -module -shared