From: Dale <rdalek1967@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Failed to emerge dev-qt/qtwebkit-5.6.0
Date: Sun, 1 May 2016 01:25:43 -0500 [thread overview]
Message-ID: <5725A167.9040001@gmail.com> (raw)
In-Reply-To: <571E5EA7.5020908@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 396 bytes --]
If anyone runs into this, here is a patch that works. Should be
attached. It worked here at least. Careful if you do copy and paste
tho. It seems copy and paste gave me some trouble. I had to open it
with nano -w to get it to work right. It seems to lose a indention in
there. I think it was line 11. Don't worry, if it ain't right, emerge
will puke it out at you. lol
Dale
:-) :-)
[-- Attachment #2: fix-libpthread.patch --]
[-- Type: text/x-patch, Size: 598 bytes --]
Tools/qmake/mkspecs/features/default_post.prf | 1 +
1 file changed, 1 insertion(+)
diff --git a/Tools/qmake/mkspecs/features/default_post.prf
b/Tools/qmake/mkspecs/features/default_post.prf
index 67276b7..39bb3f7 100644
--- a/Tools/qmake/mkspecs/features/default_post.prf
+++ b/Tools/qmake/mkspecs/features/default_post.prf
@@ -201,6 +201,7 @@ needToLink() {
linkAgainstLibrary($$library,$$eval(WEBKIT.$${library_identifier}.root_source_dir))
LIBS += $$eval(WEBKIT.$${library_identifier}.dependent_libs)
}
+ posix:!darwin: LIBS += -lpthread
}
creating_module {
prev parent reply other threads:[~2016-05-01 6:25 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-25 18:15 [gentoo-user] Failed to emerge dev-qt/qtwebkit-5.6.0 Dale
2016-04-26 23:50 ` Dale
2016-04-27 9:52 ` Peter Humphrey
2016-04-27 13:11 ` Dale
2016-04-27 14:17 ` Michael Mol
2016-04-27 14:31 ` Andrés Becerra Sandoval
2016-04-27 17:28 ` Dale
2016-04-27 17:33 ` Dale
2016-04-27 17:47 ` Michael Mol
2016-04-27 22:34 ` Bill Kenworthy
2016-04-27 22:52 ` Dale
2016-04-28 9:44 ` Peter Humphrey
2016-04-28 20:53 ` waltdnes
2016-04-29 8:34 ` Peter Humphrey
2016-04-29 2:48 ` [gentoo-user] " walt
2016-04-29 3:11 ` Dale
2016-04-30 2:06 ` [gentoo-user] " Dale
2016-05-01 6:25 ` Dale [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5725A167.9040001@gmail.com \
--to=rdalek1967@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox