diff options
author | 2011-08-07 18:36:32 +0000 | |
---|---|---|
committer | 2011-08-07 18:36:32 +0000 | |
commit | 1c5e642c299d8c611682846552d2427eef709b3e (patch) | |
tree | 31ee05a22ffdb1c206f710f6577caf8da703ce78 /dev-util/kscope/files | |
parent | Add ~ia64/~sparc wrt #351835 (diff) | |
download | historical-1c5e642c299d8c611682846552d2427eef709b3e.tar.gz historical-1c5e642c299d8c611682846552d2427eef709b3e.tar.bz2 historical-1c5e642c299d8c611682846552d2427eef709b3e.zip |
Fix underlinking, bug 368919
Package-Manager: portage-2.1.10.10/cvs/Linux x86_64
Diffstat (limited to 'dev-util/kscope/files')
-rw-r--r-- | dev-util/kscope/files/kscope-1.9.4-underlinking.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-util/kscope/files/kscope-1.9.4-underlinking.patch b/dev-util/kscope/files/kscope-1.9.4-underlinking.patch new file mode 100644 index 000000000000..90b6fc365594 --- /dev/null +++ b/dev-util/kscope/files/kscope-1.9.4-underlinking.patch @@ -0,0 +1,13 @@ +diff -ruN kscope-1.9.4.orig/app/app.pro kscope-1.9.4/app/app.pro +--- kscope-1.9.4.orig/app/app.pro 2009-03-14 12:45:48.000000000 +0100 ++++ kscope-1.9.4/app/app.pro 2011-08-07 20:33:04.540575855 +0200 +@@ -58,7 +58,8 @@ + -L../cscope \ + -lkscope_cscope \ + -L../editor \ +- -lkscope_editor ++ -lkscope_editor \ ++ -lqscintilla2 + RESOURCES = app.qrc + target.path = $${INSTALL_PATH}/bin + INSTALLS += target |