summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2010-02-17 07:17:01 +0000
committerAlex Alexander <wired@gentoo.org>2010-02-17 07:17:01 +0000
commitfe95c41047074a4a82bcdace17d566ebecbbbd1f (patch)
treee4e3cdadeb9ea9aa448bddde2ce36807086b4354 /www-client/uzbl
parentAdd prefix patches, keywords (from overlay) (diff)
downloadgentoo-2-fe95c41047074a4a82bcdace17d566ebecbbbd1f.tar.gz
gentoo-2-fe95c41047074a4a82bcdace17d566ebecbbbd1f.tar.bz2
gentoo-2-fe95c41047074a4a82bcdace17d566ebecbbbd1f.zip
[www-client/uzbl] updated patch for live ebuild
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'www-client/uzbl')
-rw-r--r--www-client/uzbl/ChangeLog6
-rw-r--r--www-client/uzbl/files/uzbl-9999-makefile-cleanup.patch16
2 files changed, 8 insertions, 14 deletions
diff --git a/www-client/uzbl/ChangeLog b/www-client/uzbl/ChangeLog
index e32109aee824..348f0b0fffaf 100644
--- a/www-client/uzbl/ChangeLog
+++ b/www-client/uzbl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-client/uzbl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/uzbl/ChangeLog,v 1.19 2010/02/03 09:35:13 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/uzbl/ChangeLog,v 1.20 2010/02/17 07:17:00 wired Exp $
+
+ 17 Feb 2010; Alex Alexander <wired@gentoo.org>
+ files/uzbl-9999-makefile-cleanup.patch:
+ updated patch for live ebuild
*uzbl-2010.02.02 (03 Feb 2010)
diff --git a/www-client/uzbl/files/uzbl-9999-makefile-cleanup.patch b/www-client/uzbl/files/uzbl-9999-makefile-cleanup.patch
index a0cf9506dad3..129baddd2ead 100644
--- a/www-client/uzbl/files/uzbl-9999-makefile-cleanup.patch
+++ b/www-client/uzbl/files/uzbl-9999-makefile-cleanup.patch
@@ -1,5 +1,5 @@
---- Makefile.orig 2010-01-27 17:28:15.809737445 +0200
-+++ Makefile 2010-01-27 17:28:12.985756931 +0200
+--- Makefile.old 2010-02-17 09:13:50.139343494 +0200
++++ Makefile 2010-02-17 09:15:03.711341985 +0200
@@ -1,7 +1,7 @@
# first entries are for gnu make, 2nd for BSD make. see http://lists.uzbl.org/pipermail/uzbl-dev-uzbl.org/2009-July/000177.html
@@ -10,17 +10,7 @@
LDFLAGS:=$(shell pkg-config --libs gtk+-2.0 webkit-1.0 libsoup-2.4 gthread-2.0) -pthread $(LDFLAGS)
LDFLAGS!=echo `pkg-config --libs gtk+-2.0 webkit-1.0 libsoup-2.4 gthread-2.0` -pthread $(LDFLAGS)
-@@ -34,9 +34,6 @@
- @echo LINKING object files
- @${CC} -o $@ ${OBJ} ${LDFLAGS}
- @echo ... done.
-- @echo Stripping binary
-- @strip $@
-- @echo ... done.
-
-
- uzbl-browser: uzbl-core
-@@ -96,14 +93,10 @@
+@@ -100,14 +100,10 @@
install-uzbl-core: all
install -d $(INSTALLDIR)/bin