Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 175038 Details for
Bug 233840
dev-java/qtjambi 4.4.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for configuration class to look correct path for libs
configuration-4.4.3.patch (text/plain), 1.09 KB, created by
Fabian Köster
on 2008-12-12 08:33:58 UTC
(
hide
)
Description:
Patch for configuration class to look correct path for libs
Filename:
MIME Type:
Creator:
Fabian Köster
Created:
2008-12-12 08:33:58 UTC
Size:
1.09 KB
patch
obsolete
>Index: qtjambi-src-gpl-4.4.3_01/com/trolltech/tools/ant/InitializeTask.java >=================================================================== >--- qtjambi-src-gpl-4.4.3_01.orig/com/trolltech/tools/ant/InitializeTask.java >+++ qtjambi-src-gpl-4.4.3_01/com/trolltech/tools/ant/InitializeTask.java >@@ -323,7 +323,7 @@ public class InitializeTask extends Task > } > > private String decideQtDir() { >- qtdir = System.getenv("QTDIR"); >+ qtdir = "/usr/lib/qt4"; > if (qtdir == null) > throw new BuildException("QTDIR environment variable missing"); > if (!new File(qtdir).exists()) >@@ -346,8 +346,8 @@ public class InitializeTask extends Task > StringBuilder path = new StringBuilder(); > path.append(props.getProperty(null, QTDIR)); > path.append("/"); >- path.append(props.getProperty(null, LIBSUBDIR)); >- path.append("/"); >+ //path.append(props.getProperty(null, LIBSUBDIR)); >+ //path.append("/"); > path.append(LibraryEntry.formatQtName(name, debug, version)); > return new File(path.toString()).exists(); > }
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 233840
:
173756
|
173757
|
175036
|
175038
|
175749
|
175751
|
175850
|
175946