Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 187737 Details for
Bug 125014
linscope-0.3.2.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
This patch allow compilation of linscope with gcc-4.3
linscope-0.3.2.patch (text/plain), 960 bytes, created by
Sasha Medvedev
on 2009-04-08 22:19:07 UTC
(
hide
)
Description:
This patch allow compilation of linscope with gcc-4.3
Filename:
MIME Type:
Creator:
Sasha Medvedev
Created:
2009-04-08 22:19:07 UTC
Size:
960 bytes
patch
obsolete
>diff -urN ../linscope/main.cpp /tmp/Linscope/linscope/main.cpp >--- ../linscope/main.cpp 2005-12-01 03:09:57.000000000 +0200 >+++ /tmp/Linscope/linscope/main.cpp 2008-12-03 16:13:30.000000000 +0200 >@@ -27,7 +27,8 @@ > { > QApplication a( argc, argv ); > QTranslator appTranslator; >- appTranslator.load(QString("linscope_") + QTextCodec::locale(), qApp->applicationDirPath()); >+ appTranslator.load(QString("linscope_") + QTextCodec::locale(), >+ qApp->applicationDirPath() + "/../share/linscope/"); > a.installTranslator(&appTranslator); > > Form1 w; >diff -urN ../sharescanner/sharescanner.h /tmp/Linscope/sharescanner/sharescanner.h >--- ../sharescanner/sharescanner.h 2005-11-01 03:09:36.000000000 +0200 >+++ /tmp/Linscope/sharescanner/sharescanner.h 2008-12-03 16:13:30.000000000 +0200 >@@ -30,6 +30,7 @@ > #include <iostream> > > #include <stdio.h> >+#include <cstdlib> > #include <unistd.h> > #include <sys/types.h> > #include <signal.h>
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 125014
:
81352
|
187735
| 187737