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
:-) :-)
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 {