Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 223305 Details for
Bug 309159
www-client/uzbl-9999: uzbl-9999-makefile-cleanup.patch doesn't work with experimental branch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
corrected patch file
uzbl-9999-makefile-cleanup.patch (text/plain), 1.95 KB, created by
Paweł Tomak
on 2010-03-12 18:18:43 UTC
(
hide
)
Description:
corrected patch file
Filename:
MIME Type:
Creator:
Paweł Tomak
Created:
2010-03-12 18:18:43 UTC
Size:
1.95 KB
patch
obsolete
>--- 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 > >-CFLAGS:=-std=c99 $(shell pkg-config --cflags gtk+-2.0 webkit-1.0 libsoup-2.4 gthread-2.0) -ggdb -Wall -W -DARCH="\"$(shell uname -m)\"" -DCOMMIT="\"$(shell ./misc/hash.sh)\"" $(CPPFLAGS) -fPIC -W -Wall -Wextra -pedantic >-CFLAGS!=echo -std=c99 `pkg-config --cflags gtk+-2.0 webkit-1.0 libsoup-2.4 gthread-2.0` -ggdb -Wall -W -DARCH='"\""'`uname -m`'"\""' -DCOMMIT='"\""'`./misc/hash.sh`'"\""' $(CPPFLAGS) -fPIC -W -Wall -Wextra -pedantic >+CFLAGS:=-std=c99 $(shell pkg-config --cflags gtk+-2.0 webkit-1.0 libsoup-2.4 gthread-2.0) -Wall -W -DARCH="\"$(shell uname -m)\"" -DCOMMIT="\"$(shell ./misc/hash.sh)\"" $(CPPFLAGS) -fPIC -W -Wall -Wextra -pedantic >+CFLAGS!=echo -std=c99 `pkg-config --cflags gtk+-2.0 webkit-1.0 libsoup-2.4 gthread-2.0` -Wall -W -DARCH='"\""'`uname -m`'"\""' -DCOMMIT='"\""'`./misc/hash.sh`'"\""' $(CPPFLAGS) -fPIC -W -Wall -Wextra -pedantic > > 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) >@@ -100,14 +100,10 @@ > > install-uzbl-core: all > install -d $(INSTALLDIR)/bin >- install -d $(INSTALLDIR)/share/uzbl/docs > install -d $(INSTALLDIR)/share/uzbl/examples >- cp -rp docs $(INSTALLDIR)/share/uzbl/ >- cp -rp src/config.h $(INSTALLDIR)/share/uzbl/docs/ >+ cp -rp src/config.h $(INSTALLDIR)/share/uzbl/ > cp -rp examples $(INSTALLDIR)/share/uzbl/ > install -m755 uzbl-core $(INSTALLDIR)/bin/uzbl-core >- install -m644 AUTHORS $(INSTALLDIR)/share/uzbl/docs >- install -m644 README $(INSTALLDIR)/share/uzbl/docs > sed -i 's#^set prefix.*=.*#set prefix = $(RUN_PREFIX)#' $(INSTALLDIR)/share/uzbl/examples/config/config > > install-uzbl-browser:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 309159
: 223305