Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/uzbl/files: uzbl-9999-makefile-cleanup.patch
Date: Wed, 17 Feb 2010 07:17:05
Message-Id: E1Nhe9d-0007gv-Ph@stork.gentoo.org
1 wired 10/02/17 07:17:01
2
3 Modified: uzbl-9999-makefile-cleanup.patch
4 Log:
5 [www-client/uzbl] updated patch for live ebuild
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.8 www-client/uzbl/files/uzbl-9999-makefile-cleanup.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/uzbl/files/uzbl-9999-makefile-cleanup.patch?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/uzbl/files/uzbl-9999-makefile-cleanup.patch?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/uzbl/files/uzbl-9999-makefile-cleanup.patch?r1=1.7&r2=1.8
14
15 Index: uzbl-9999-makefile-cleanup.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-client/uzbl/files/uzbl-9999-makefile-cleanup.patch,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- uzbl-9999-makefile-cleanup.patch 27 Jan 2010 15:33:09 -0000 1.7
22 +++ uzbl-9999-makefile-cleanup.patch 17 Feb 2010 07:17:01 -0000 1.8
23 @@ -1,5 +1,5 @@
24 ---- Makefile.orig 2010-01-27 17:28:15.809737445 +0200
25 -+++ Makefile 2010-01-27 17:28:12.985756931 +0200
26 +--- Makefile.old 2010-02-17 09:13:50.139343494 +0200
27 ++++ Makefile 2010-02-17 09:15:03.711341985 +0200
28 @@ -1,7 +1,7 @@
29 # first entries are for gnu make, 2nd for BSD make. see http://lists.uzbl.org/pipermail/uzbl-dev-uzbl.org/2009-July/000177.html
30
31 @@ -10,17 +10,7 @@
32
33 LDFLAGS:=$(shell pkg-config --libs gtk+-2.0 webkit-1.0 libsoup-2.4 gthread-2.0) -pthread $(LDFLAGS)
34 LDFLAGS!=echo `pkg-config --libs gtk+-2.0 webkit-1.0 libsoup-2.4 gthread-2.0` -pthread $(LDFLAGS)
35 -@@ -34,9 +34,6 @@
36 - @echo LINKING object files
37 - @${CC} -o $@ ${OBJ} ${LDFLAGS}
38 - @echo ... done.
39 -- @echo Stripping binary
40 -- @strip $@
41 -- @echo ... done.
42 -
43 -
44 - uzbl-browser: uzbl-core
45 -@@ -96,14 +93,10 @@
46 +@@ -100,14 +100,10 @@
47
48 install-uzbl-core: all
49 install -d $(INSTALLDIR)/bin