Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 135843 Details for
Bug 198971
x11-libs/qt-4.3.2: configure implies that no zlib means no png, but ebuild doesn't warn about this.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for x-11-libs/qt-4.3.2.ebuild
qt-4.3.2.ebuild.patch (text/plain), 455 bytes, created by
TeiSinTai
on 2007-11-12 21:09:38 UTC
(
hide
)
Description:
Patch for x-11-libs/qt-4.3.2.ebuild
Filename:
MIME Type:
Creator:
TeiSinTai
Created:
2007-11-12 21:09:38 UTC
Size:
455 bytes
patch
obsolete
>--- qt-4.3.2.ebuild.orig 2007-11-11 01:06:44.000000000 +0300 >+++ qt-4.3.2.ebuild 2007-11-12 22:25:20.000000000 +0300 >@@ -52,6 +52,15 @@ > dev-util/pkgconfig" > > pkg_setup() { >+ >+ if ((use png) && !(use zlib) ); then >+ ewarn >+ ewarn "No zlib implies no png, you cannot get png without zlib." >+ ewarn "Please either disable or enable both." >+ ewarn >+ die >+ fi >+ > QTBASEDIR=/usr/$(get_libdir)/qt4 > QTPREFIXDIR=/usr > QTBINDIR=/usr/bin
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 198971
:
135843
|
135998